Fix typo from d335ee2

This commit is contained in:
ebaydayz
2016-09-30 19:16:38 -04:00
parent d335ee2b1c
commit 1fb0b1004d

View File

@@ -46,7 +46,7 @@ diag_log format ["Player UID#%3 CID#%4 %1 as %5 died at %2",
_isMine = _sourceWeapon == "RunOver";
if (_method in ["explosion","melee","shot","shothead","shotheavy"] && !_isMine) then {
if (_sourceName == _playerName && !_isMine) then {
if (_sourceName == _playerName) then {
_message = ["suicide",_playerName];
} else {
if (_sourceWeapon == "") then {_sourceWeapon = "unknown weapon";};