structure controller
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user