mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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