AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
parent
c512e7f385
commit
befe81c969
|
|
@ -2392,7 +2392,7 @@ public class GlobalFuncs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GlobalVars.ServerID == "N/A")
|
if (!GlobalVars.ServerID.Equals("N/A"))
|
||||||
{
|
{
|
||||||
#if LAUNCHER
|
#if LAUNCHER
|
||||||
ConsolePrint("Your server's ID is " + GlobalVars.ServerID, 4, box);
|
ConsolePrint("Your server's ID is " + GlobalVars.ServerID, 4, box);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue