structure controller

This commit is contained in:
2018-12-07 02:50:23 -06:00
parent 443fb2c405
commit 5cbc53f7f1

View File

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