diff --git a/SQF/dayz_code/compile/player_packTent.sqf b/SQF/dayz_code/compile/player_packTent.sqf index 64a0b7cc3..83db8e3a5 100644 --- a/SQF/dayz_code/compile/player_packTent.sqf +++ b/SQF/dayz_code/compile/player_packTent.sqf @@ -9,7 +9,7 @@ DZE_ActionInProgress = true; player removeAction s_player_packtent; s_player_packtent = 1; -_activatingPlayer = getPlayerUID player; +_activatingPlayer = player; _obj = _this; _ownerID = _obj getVariable["CharacterID","0"];