diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-17 23:46:52 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-17 23:46:52 +0100 |
commit | 27bd240871b7c0f2f49fef137718b2e3c208e3b4 (patch) | |
tree | a46f401fa389edbb42a32fe8674cbde3a28e7632 /Northstar.Client/scripts/vscripts/ui/menu_lobby.nut | |
parent | 1c1d36fad84687a93a629525145c557f78cbf673 (diff) | |
download | NorthstarMods-27bd240871b7c0f2f49fef137718b2e3c208e3b4.tar.gz NorthstarMods-27bd240871b7c0f2f49fef137718b2e3c208e3b4.zip |
ctf switchsides spawn fix (untested)
Diffstat (limited to 'Northstar.Client/scripts/vscripts/ui/menu_lobby.nut')
-rw-r--r-- | Northstar.Client/scripts/vscripts/ui/menu_lobby.nut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Client/scripts/vscripts/ui/menu_lobby.nut b/Northstar.Client/scripts/vscripts/ui/menu_lobby.nut index 67036d48..3c868aab 100644 --- a/Northstar.Client/scripts/vscripts/ui/menu_lobby.nut +++ b/Northstar.Client/scripts/vscripts/ui/menu_lobby.nut @@ -1191,7 +1191,7 @@ void function OpenServerBrowser( var button ) // nothing here yet lol // look at OpenSelectedPlaylistMenu for advancing to server browser menu probably - // AdvanceMenu( GetMenu( "ServerBrowser ) ) i guess? idk + AdvanceMenu( GetMenu( "ServerBrowserMenu" ) ) } void function BigPlayButton1_Activate( var button ) |