Some translations and cleanup [skip ci]

This commit is contained in:
James Cole
2015-05-24 15:13:07 +02:00
parent 61930b5b51
commit 7193a77840
7 changed files with 27 additions and 13 deletions

View File

@@ -45,7 +45,6 @@ class Steam
if (!$ignoreVirtualBalance) {
$balance = bcadd($balance, $account->virtual_balance);
//$balance += floatval($account->virtual_balance);
}
return round($balance, 2);