Add logging to safe unlock/lock?

This commit is contained in:
[VB]AWOL
2014-02-06 14:37:34 -06:00
parent 3ea0be14d2
commit b2108f91d5
2 changed files with 16 additions and 4 deletions

View File

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