mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add logging to safe unlock/lock?
This commit is contained in:
@@ -58,7 +58,7 @@ if(!isNull _obj) then {
|
||||
_holder setVariable["ObjectUID",_objectUID,true];
|
||||
_holder setVariable ["OEMPos", _pos, true];
|
||||
|
||||
PVDZE_obj_setlocalVars = [_obj,_holder];
|
||||
PVDZE_obj_setlocalVars = [_obj,_holder,player];
|
||||
publicVariableServer "PVDZE_obj_setlocalVars";
|
||||
|
||||
cutText [format[(localize "str_epoch_player_117"),_text], "PLAIN DOWN"];
|
||||
|
||||
Reference in New Issue
Block a user