From d37c5ae333b4e622ebd0d18cf02a87d66aac62f9 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:30:11 +0100 Subject: unsure why these didn't get pushed in last commit --- Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut') diff --git a/Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut b/Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut index d42a2331d..2eafa373a 100644 --- a/Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut +++ b/Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut @@ -32,11 +32,6 @@ const DEBUG_PERMISSIONS = false void function InitMainMenuPanel() { - // disable communities because of the cool openinvite exploit (not required anymore but keeping here anyway - SetConVarBool( "communities_enabled", false ) - SetConVarString( "communities_hostname", "localhost" ) - - RegisterSignal( "EndShowMainMenuPanel" ) file.panel = GetPanel( "MainMenuPanel" ) -- cgit v1.2.3