Skip to content

Commit

Permalink
Refuel - Remove unused variable (acemod#10089)
Browse files Browse the repository at this point in the history
Update XEH_postInit.sqf
  • Loading branch information
johnb432 authored and blake8090 committed Aug 18, 2024
1 parent 5cccaea commit 65bda0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/refuel/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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));

{
Expand Down

0 comments on commit 65bda0f

Please sign in to comment.