Update deleteMapMarkers.sqf

This commit is contained in:
second_coming 2016-05-30 23:01:20 +01:00
parent 9f0b621845
commit 9cfe9a1a1a

View File

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