mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
added same change below for the counter to raise
This commit is contained in:
parent
4d26f9c858
commit
83363f693b
@ -94,7 +94,7 @@ if(isNil {Epoch_markerCounter})then{Epoch_markerCounter = 0};
|
||||
_mName setMarkerColorLocal _mColor
|
||||
};
|
||||
|
||||
if(_mName isEqualTo (format["marker_%1", Epoch_markerCounter]))then{
|
||||
if(_mName isEqualTo (format["EPOCH_marker_%1", Epoch_markerCounter]))then{
|
||||
Epoch_markerCounter = Epoch_markerCounter + 1;
|
||||
};
|
||||
}forEach _markerArray;
|
||||
|
Loading…
Reference in New Issue
Block a user