structure controller

This commit is contained in:
2018-12-11 20:55:13 -06:00
parent 751610df7d
commit 623f5f0621

View File

@@ -110,7 +110,7 @@ class StructureController extends Controller
$ratioType = 1.0;
}
//Calculate the ratio since we have the base percentage the alliance takes
$taxRatio = float($overallTax / $ratioType);
$taxRatio = floatval($overallTax / $ratioType);
//Return what is owed to the alliance
return $taxRatio;