mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
fixed wrong incorrect _activatingPlayer variable on pack tent.sqf
This commit is contained in:
@@ -9,7 +9,7 @@ DZE_ActionInProgress = true;
|
|||||||
player removeAction s_player_packtent;
|
player removeAction s_player_packtent;
|
||||||
s_player_packtent = 1;
|
s_player_packtent = 1;
|
||||||
|
|
||||||
_activatingPlayer = getPlayerUID player;
|
_activatingPlayer = player;
|
||||||
|
|
||||||
_obj = _this;
|
_obj = _this;
|
||||||
_ownerID = _obj getVariable["CharacterID","0"];
|
_ownerID = _obj getVariable["CharacterID","0"];
|
||||||
|
|||||||
Reference in New Issue
Block a user