mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Correct PVDZ_plr_Save for player zombies
This commit is contained in:
@@ -11,7 +11,7 @@ _btnAbort ctrlEnable false;
|
||||
_btnAbortText = ctrlText _btnAbort;
|
||||
_isPZombie = player isKindOf "PZombie_VB";
|
||||
|
||||
if (r_fracture_legs) then {_btnRespawn ctrlEnable true;};
|
||||
if (r_fracture_legs or _isPZombie) then {_btnRespawn ctrlEnable true;};
|
||||
|
||||
dayz_lastCheckSave = time;
|
||||
//force gear save
|
||||
|
||||
Reference in New Issue
Block a user