header updated and send player instead of uid

This commit is contained in:
[VB]AWOL
2013-12-09 22:19:10 -06:00
parent 83a871019a
commit 7cae21fa06
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ private ["_activatingPlayer","_obj","_ownerID","_objectID","_objectUID","_alread
if(DZE_ActionInProgress) exitWith { cutText [(localize "str_epoch_player_15") , "PLAIN DOWN"]; };
DZE_ActionInProgress = true;
_activatingPlayer = getPlayerUID player;
_activatingPlayer = player;
_obj = _this;