Update deleteMapMarkers.sqf

This commit is contained in:
second_coming 2016-06-27 20:07:39 +01:00 committed by GitHub
parent ea3c6e5fa5
commit 73d7250fc4

View File

@ -5,7 +5,7 @@ if (SC_occupyLootCratesMarkers) then
for "_i" from 1 to SC_numberofLootCrates do
{
_markerName = format ["loot_marker_%1", _i];
_markerName = format ["SC_loot_marker_%1", _i];
_pos = getMarkerPos _markerName;
if(!isNil "_pos") then
@ -20,4 +20,4 @@ if (SC_occupyLootCratesMarkers) then
};
};
};
};