mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #2138 from F507DMT/patch-31
private fix fnc_getSetPos.sqf
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//DO NOT USE IF YOU NEED ANGLE COMPENSATION!!!!
|
//DO NOT USE IF YOU NEED ANGLE COMPENSATION!!!!
|
||||||
private "_pos";
|
private["_params","_thingy","_isATL","_pos"];
|
||||||
|
|
||||||
_params = count _this;
|
_params = count _this;
|
||||||
_thingy = _this select 0;
|
_thingy = _this select 0;
|
||||||
@@ -28,4 +28,4 @@ if (surfaceIsWater _pos) then {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
_pos;
|
_pos;
|
||||||
|
|||||||
Reference in New Issue
Block a user