Luck display bug fix

fantomcoin_support
Matthew Little 2014-06-30 13:47:20 -06:00
parent d4d1b86ccd
commit b3f0af041b
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@
for (var i = 0; i < blocks.length; i++){
var block = blocks[i];
var blockLuck;
var blockLuck = null;
if (block[5]){
blockLuck = Math.round(parseInt(block[2]) / parseInt(block[5]) * 100);
totalLuck += blockLuck;