structure controller

This commit is contained in:
2018-12-07 03:04:38 -06:00
parent 9cef83baf4
commit 7322a6f62e

View File

@@ -59,7 +59,6 @@ class StructureController extends Controller
/**
* In this next section we are removing the cost of fuel blocks from one structure
*/
dd($citadelCount);
$monthTaxesMarket = $monthTaxesMarket - ($hFinances->CalculateFuelBlockCost('market'));
if($monthTaxesMarket < 0.00) {
$monthTaxesMarket = 0.00;