mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Hide group name tags at startup when streamerMode is on
This commit is contained in:
@@ -706,7 +706,7 @@ if (!isDedicated) then {
|
||||
DZE_Quarantine = false;
|
||||
DZE_InRadiationZone = false;
|
||||
DZE_myVehicle = objNull;
|
||||
dayz_groupNameTags = true;
|
||||
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user