Browse Source

don't automatically set the server password

AzaezelX 1 year ago
parent
commit
2fee2902f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Templates/BaseGame/game/data/UI/guis/ChooseLevelMenu.gui

+ 1 - 1
Templates/BaseGame/game/data/UI/guis/ChooseLevelMenu.gui

@@ -240,7 +240,7 @@ $guiContent = new GuiControl(ChooseLevelMenu) {
                   tooltipProfile = "GuiToolTipProfile";
                };
                new GuiTextEditCtrl() {
-                  text = "Torque 3D Server";
+                  text = "";
                   position = "606 4";
                   extent = "295 22";
                   horizSizing = "left";