TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ ExitServerPasswordMenu()

static void Terraria.Main.ExitServerPasswordMenu ( )
inlinestaticprivate

Definition at line 66352 of file Main.cs.

66353 {
66354 if (SocialAPI.Network != null)
66355 {
66356 menuMode = 889;
66357 }
66358 else
66359 {
66360 menuMode = 6;
66361 }
66362 Netplay.ServerPassword = "";
66363 }
static int menuMode
Definition Main.cs:2462
static Terraria.Social.Base.NetSocialModule Network
Definition SocialAPI.cs:22

References Terraria.Main.menuMode, and Terraria.Social.SocialAPI.Network.

Referenced by Terraria.Main.DrawMenu().

+ Here is the caller graph for this function: