mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update fnc_getSetPos.sqf
private fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user