don't automatically set the server password

This commit is contained in:
AzaezelX 2024-01-04 12:07:57 -06:00
parent 5e334eb196
commit 2fee2902f6

View file

@ -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";