Update GMS_fnc_getTraderCitesExile.sqf
fixed typo
This commit is contained in:
parent
3885dc23f4
commit
1a7167b6fc
@ -12,8 +12,8 @@ _tc = [];
|
|||||||
if (blck_debugON) then {diag_log format["[blckeagls] _fnc_getExileLocations :: -- >> Added Exile Spawn location at %1", (getMarkerPos _x)];};
|
if (blck_debugON) then {diag_log format["[blckeagls] _fnc_getExileLocations :: -- >> Added Exile Spawn location at %1", (getMarkerPos _x)];};
|
||||||
};
|
};
|
||||||
//
|
//
|
||||||
if (getMarkerType _x isEqualTo "ExileConcreteMixerZone" && blcklistConcreteMixerZones) then {
|
if (getMarkerType _x isEqualTo "ExileConcreteMixerZone" && blck_listConcreteMixerZones) then {
|
||||||
blck_locationBlackList pushback [(getMarkerPos _x),1000];
|
blck_locationBlackList pushback [(getMarkerPos _x),1000];
|
||||||
if (blck_debugON) then {diag_log format["[blckeagls] _fnc_getExileLocations :: -- >> Added Exile Concrete Mixer location at %1", (getMarkerPos _x)];};
|
if (blck_debugON) then {diag_log format["[blckeagls] _fnc_getExileLocations :: -- >> Added Exile Concrete Mixer location at %1", (getMarkerPos _x)];};
|
||||||
};
|
};
|
||||||
}forEach _traderCites;
|
}forEach _traderCites;
|
||||||
|
Loading…
Reference in New Issue
Block a user