Update server_functions.sqf

Cut & paste casualty
This commit is contained in:
Steven
2014-08-09 11:26:18 +08:00
parent 2bd68a04f6
commit 29c9f979df

View File

@@ -914,7 +914,7 @@ server_logUnlockLockEvent = {
[_obj, "gear"] call server_updateObject;
_statusText = "LOCKED";
};
_PUID = [_killer] call FNC_GetPlayerUID;
_PUID = [_player] call FNC_GetPlayerUID;
diag_log format["SAFE %5: ID:%1 UID:%2 BY %3(%4)", _objectID, _objectUID, (name _player), _PUID, _statusText];
};
};