added back pkill message to server log

This commit is contained in:
[VB]AWOL
2013-08-31 14:54:58 -05:00
parent ce2c1a6957
commit da7fc2edd6

View File

@@ -33,9 +33,7 @@ if (_killerName != "nil") then
_loc_message = format["PKILL: %1 was killed by %2 with weapon %3 from %4m", _victimName, _killerName, _weapon, _distance];
};
#ifdef DZE_SERVER_DEBUG_PKILL
diag_log _loc_message;
#endif
if(DZE_DeathMsgGlobal) then {
[nil, nil, rspawn, [_killer, _message], { (_this select 0) globalChat (_this select 1) }] call RE;