From 9fbdb63407524381a4c7998531260bb85e3d2d77 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Tue, 25 Mar 2014 14:01:05 -0500 Subject: [PATCH] fixed wrong incorrect _activatingPlayer variable on pack tent.sqf --- SQF/dayz_code/compile/player_packTent.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];