mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
added logging to swap object and changed to getPlayerUID
This commit is contained in:
@@ -6,7 +6,7 @@ private ["_activatingPlayer","_obj","_ownerID","_objectID","_objectUID","_alread
|
||||
if(TradeInprogress) exitWith { cutText [(localize "str_epoch_player_15") , "PLAIN DOWN"]; };
|
||||
TradeInprogress = true;
|
||||
|
||||
_activatingPlayer = player;
|
||||
_activatingPlayer = getPlayerUID player;
|
||||
|
||||
_obj = _this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user