From e9422d902abc8628480a7974484bc47097c05304 Mon Sep 17 00:00:00 2001 From: eraser1 Date: Wed, 2 Sep 2015 11:57:39 -0500 Subject: [PATCH] Add blacklist for salt flats in findsafepos --- @ExileServer/addons/a3_dms/config.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/@ExileServer/addons/a3_dms/config.sqf b/@ExileServer/addons/a3_dms/config.sqf index 9c213e2..9898f25 100644 --- a/@ExileServer/addons/a3_dms/config.sqf +++ b/@ExileServer/addons/a3_dms/config.sqf @@ -69,6 +69,7 @@ DMS_DEBUG = false; ]; DMS_findSafePosBlacklist = [ // For BIS_fnc_findSafePos position blacklist info refer to: https://community.bistudio.com/wiki/BIS_fnc_findSafePos + [[22500,19420],[24870,16725]] // Salt flats ]; /* Mission System Settings */