Merge pull request #2138 from F507DMT/patch-31

private fix fnc_getSetPos.sqf
This commit is contained in:
A Man
2021-05-05 08:44:08 +02:00
committed by GitHub

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;