mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
avoid allmissionobjects 'PlotPole_EPOCH' #2
This commit is contained in:
parent
3fd9071c51
commit
e7f8ab7bbe
@ -294,7 +294,7 @@ else {
|
||||
_staticFuelSources pushback _x;
|
||||
} foreach (((_x nearObjects ['Building',_buildingJammerRange]) select {getFuelCargo _x > 0}));
|
||||
|
||||
} foreach (allmissionobjects "Plotpole_EPOCH");
|
||||
} foreach (missionnamespace getvariable ["Epoch_Plotpoles",allmissionobjects 'PlotPole_EPOCH']);
|
||||
missionNamespace setVariable ["EPOCH_staticFuelSources", _staticFuelSources, true];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user