mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Revert commit
This commit is contained in:
@@ -45,7 +45,7 @@ _key call server_hiveWrite;
|
|||||||
_class = _this select 3;
|
_class = _this select 3;
|
||||||
_dir = _this select 4;
|
_dir = _this select 4;
|
||||||
// _location = _this select 5;
|
// _location = _this select 5;
|
||||||
_location = [_object] call fnc_getPos;
|
_location = getPosATL _object;
|
||||||
_donotusekey = _this select 6;
|
_donotusekey = _this select 6;
|
||||||
_activatingPlayer = _this select 7;
|
_activatingPlayer = _this select 7;
|
||||||
|
|
||||||
@@ -111,7 +111,6 @@ _key call server_hiveWrite;
|
|||||||
|
|
||||||
_object setDir _dir;
|
_object setDir _dir;
|
||||||
_object setPosATL _location;
|
_object setPosATL _location;
|
||||||
_object setVectorUp surfaceNormal _location;
|
|
||||||
|
|
||||||
//Add weapons
|
//Add weapons
|
||||||
_objWpnTypes = _weapons select 0;
|
_objWpnTypes = _weapons select 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user