added same change below for the counter to raise

This commit is contained in:
DirtySanchez 2017-10-19 10:43:35 -05:00 committed by GitHub
parent 4d26f9c858
commit 83363f693b

View File

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