mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Prevent toggleSoundMute at gender selection screen
This commit is contained in:
@@ -3,7 +3,7 @@ private ["_background","_icon","_display"];
|
|||||||
disableSerialization;
|
disableSerialization;
|
||||||
_display = uiNamespace getVariable "DAYZ_GUI_display";
|
_display = uiNamespace getVariable "DAYZ_GUI_display";
|
||||||
|
|
||||||
if (!isNil "_display") then {
|
if (!isNil "_display" && !isNil "Dayz_loginCompleted") then {
|
||||||
_background = _display displayCtrl 1904;
|
_background = _display displayCtrl 1904;
|
||||||
_icon = _display displayCtrl 1204;
|
_icon = _display displayCtrl 1204;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user