structure controller

This commit is contained in:
2018-12-07 02:49:44 -06:00
parent 336cdb395a
commit 443fb2c405

View File

@@ -40,7 +40,7 @@ class FinanceHelper {
}
//Multiply the amount of fuel blocks used by the structure by 20,000.
$cost = $fuelBlocks * 20000;
$cost = $fuelBlocks * 20000.00;
//Return to the calling function
return $cost;
}