From 495fa4da36d057653a878ad095c06d25b5ee9e7f Mon Sep 17 00:00:00 2001 From: F507DMT <12347771234@mail.ru> Date: Wed, 5 May 2021 12:34:03 +0600 Subject: [PATCH] Update fnc_getSetPos.sqf private fix --- SQF/dayz_code/compile/fnc_getSetPos.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/compile/fnc_getSetPos.sqf b/SQF/dayz_code/compile/fnc_getSetPos.sqf index 30f6f7d03..37f23b0bb 100644 --- a/SQF/dayz_code/compile/fnc_getSetPos.sqf +++ b/SQF/dayz_code/compile/fnc_getSetPos.sqf @@ -1,5 +1,5 @@ //DO NOT USE IF YOU NEED ANGLE COMPENSATION!!!! -private "_pos"; +private["_params","_thingy","_isATL","_pos"]; _params = count _this; _thingy = _this select 0; @@ -28,4 +28,4 @@ if (surfaceIsWater _pos) then { }; }; -_pos; \ No newline at end of file +_pos;