mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix death message in potential case of suicide
This commit is contained in:
@@ -50,6 +50,7 @@ if (count _this > 0) then {
|
|||||||
if (alive _source) then {
|
if (alive _source) then {
|
||||||
_sourceName = if (isPlayer _source) then {name _source} else {localize "STR_PLAYER_AI"};
|
_sourceName = if (isPlayer _source) then {name _source} else {localize "STR_PLAYER_AI"};
|
||||||
};
|
};
|
||||||
|
if (_source == _body) then {_sourceName = dayz_playerName;};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user