Skip to content

Commit

Permalink
Disable not working Welcome Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jokoho48 committed Oct 11, 2021
1 parent 718c4e6 commit c9e5ead
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions addons/AAW_Server/RespawnUI/fn_clientInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ if (side CLib_player == sideLogic && {CLib_player isKindOf "VirtualSpectator_F"}
// Open the respawn UI
[{
[QGVAR(SideSelection)] call BIS_fnc_endLoadingScreen;

private _welcomeScreenDisplay = (findDisplay 46) createDisplay "RscDisplayLoadMission";
[UIVAR(WelcomeScreen_onLoad), _welcomeScreenDisplay] call CFUNC(localEvent);
showChat true;
(findDisplay 46) createDisplay UIVAR(RespawnScreen);
}] call CFUNC(execNextFrame);

}, [], "respawn"] call CFUNC(mutex);
Expand Down

0 comments on commit c9e5ead

Please sign in to comment.