Update deleteMapMarkers.sqf
This commit is contained in:
parent
9f0b621845
commit
9cfe9a1a1a
@ -21,7 +21,7 @@ for "_i" from 1 to SC_numberofLootCrates do
|
||||
if(SC_removeUserMapMarkers) then
|
||||
{
|
||||
{
|
||||
if(_x find '_USER_DEFINED' > -1)then
|
||||
if( (_x find '_USER_DEFINED' > -1) OR (markerShape _x == 'POLYLINE'))then
|
||||
{
|
||||
deleteMarker _x;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user