From 1a7167b6fcce77e006bee1721b52e68c58721e60 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 00:21:49 -0500 Subject: [PATCH] Update GMS_fnc_getTraderCitesExile.sqf fixed typo --- .../Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@epochhive/addons/custom_server/Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf b/@epochhive/addons/custom_server/Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf index 89ec39b..0dac4be 100644 --- a/@epochhive/addons/custom_server/Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf +++ b/@epochhive/addons/custom_server/Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf @@ -12,8 +12,8 @@ _tc = []; 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]; if (blck_debugON) then {diag_log format["[blckeagls] _fnc_getExileLocations :: -- >> Added Exile Concrete Mixer location at %1", (getMarkerPos _x)];}; }; -}forEach _traderCites; \ No newline at end of file +}forEach _traderCites;