avoid allmissionobjects 'PlotPole_EPOCH' #2

This commit is contained in:
He-Man 2018-06-30 13:43:04 +02:00
parent 3fd9071c51
commit e7f8ab7bbe

View File

@ -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];
};
};