From 9d09c2115624ad1467749aacdd9e2d6b57da4bc6 Mon Sep 17 00:00:00 2001 From: Chris Cardozo Date: Mon, 2 Mar 2020 21:32:49 -0500 Subject: [PATCH] declared scope for _maxDistance --- .../Compiles/Functions/GMS_UMS_fnc_findShoreLocation.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@GMS/addons/custom_server/Compiles/Functions/GMS_UMS_fnc_findShoreLocation.sqf b/@GMS/addons/custom_server/Compiles/Functions/GMS_UMS_fnc_findShoreLocation.sqf index 057a006..07863cf 100644 --- a/@GMS/addons/custom_server/Compiles/Functions/GMS_UMS_fnc_findShoreLocation.sqf +++ b/@GMS/addons/custom_server/Compiles/Functions/GMS_UMS_fnc_findShoreLocation.sqf @@ -9,7 +9,7 @@ http://creativecommons.org/licenses/by-nc-sa/4.0/ */ #include "\q\addons\custom_server\Configs\blck_defines.hpp"; -private["_mapCenter","_waterPos","_priorUMSpositions"]; +private["_mapCenter","_waterPos","_priorUMSpositions","_maxDistance"]; switch (toLower worldName) do {