Update fnc_getSetPos.sqf

private fix
This commit is contained in:
F507DMT
2021-05-05 12:34:03 +06:00
committed by GitHub
parent 02bfc0c912
commit 495fa4da36

View File

@@ -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;
_pos;