mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_fnc_createLocalMarkerSet.sqf
Added EPOCH_ to the name of all local Epoch markers
This commit is contained in:
parent
90ee5cd992
commit
d92e0f65be
@ -58,7 +58,7 @@ if(isNil {Epoch_markerCounter})then{Epoch_markerCounter = 0};
|
||||
{
|
||||
// double check all, use these defaults if not defined
|
||||
_x params [
|
||||
["_mName",format["marker_%1", Epoch_markerCounter]],
|
||||
["_mName",format["EPOCH_marker_%1", Epoch_markerCounter]],
|
||||
["_mShape","ICON"],
|
||||
["_mType","hd_dot"],
|
||||
["_mColor","ColorRed"],
|
||||
@ -97,4 +97,4 @@ if(isNil {Epoch_markerCounter})then{Epoch_markerCounter = 0};
|
||||
if(_mName isEqualTo (format["marker_%1", Epoch_markerCounter]))then{
|
||||
Epoch_markerCounter = Epoch_markerCounter + 1;
|
||||
};
|
||||
}forEach _markerArray;
|
||||
}forEach _markerArray;
|
||||
|
Loading…
Reference in New Issue
Block a user