fixed wrong incorrect _activatingPlayer variable on pack tent.sqf

This commit is contained in:
[VB]AWOL
2014-03-25 14:01:05 -05:00
parent 9d042f1de5
commit 9fbdb63407

View File

@@ -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"];