Fix death message in potential case of suicide

This commit is contained in:
ebaydayz
2016-12-08 14:37:04 -05:00
parent 0d4d288d81
commit 2c8f236f95

View File

@@ -50,6 +50,7 @@ if (count _this > 0) then {
if (alive _source) then {
_sourceName = if (isPlayer _source) then {name _source} else {localize "STR_PLAYER_AI"};
};
if (_source == _body) then {_sourceName = dayz_playerName;};
};
};