Add anti logout if a EVR Storm is running, also include dayz_soundMuted check

This commit is contained in:
A Man
2022-05-05 17:59:57 +02:00
parent 89d4bdfc9a
commit 8221387b90
4 changed files with 23 additions and 7 deletions

View File

@@ -453,6 +453,7 @@ if (!isDedicated) then {
DZE_Surrender = false;
DZE_InRadiationZone = false;
DZE_myVehicle = objNull;
DZE_EVRStormRunning = false;
dayz_groupNameTags = (profileNamespace getVariable ["streamerMode",0] == 0); //If streamer mode is on then hide name tags at startup. Toggle with Windows key.
dayz_minusDownTime = 0;
dayz_lastCodeFail = 0;