Refuel - Remove unused variable (#10089)

Update XEH_postInit.sqf
This commit is contained in:
johnb432 2024-06-26 14:02:19 +02:00 committed by GitHub
parent ad4af0d553
commit bfa23f01db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,6 @@
private _halfWorldSize = worldSize / 2;
private _worldCenter = [_halfWorldSize, _halfWorldSize];
_halfWorldSize = _halfWorldSize * sqrt 2;
private _refuelMissionObjects = allMissionObjects "" select {getFuelCargo _x > 0};
private _baseStaticClasses = keys (uiNamespace getVariable QGVAR(cacheRefuelClassesBaseStatic));
{