directory structure

This commit is contained in:
2019-07-08 22:12:29 -05:00
parent 2d9a9ab046
commit ccd12b57ed

View File

@@ -66,6 +66,10 @@ class FuelController extends Controller
//Get the quantity of liquid ozone in the structure
$liquidOzone = $aHelper->GetAssetByType(16273, $id);
if($liquidOzone > 1000000) {
$liquidOzone = 1000000;
}
$gauge = $lava->DataTable();
$gauge->addStringColumn('Fuel')
->addNumberColumn('Units')