From 443fb2c40560f2d9bd95b563badfabd7d4778a9c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 7 Dec 2018 02:49:44 -0600 Subject: [PATCH] structure controller --- app/Library/FinanceHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/FinanceHelper.php b/app/Library/FinanceHelper.php index 2ce866f0f..ed503eed5 100644 --- a/app/Library/FinanceHelper.php +++ b/app/Library/FinanceHelper.php @@ -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; }