mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 20:22:56 +03:00
Also use DZE_PlayerZed in player death
This commit is contained in:
@@ -8,7 +8,7 @@ _body = player;
|
||||
_playerID = getPlayerUID player;
|
||||
|
||||
_infected = 0;
|
||||
if (r_player_infected) then {
|
||||
if (r_player_infected && DZE_PlayerZed) then {
|
||||
_infected = 1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user