mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
don't automatically set the server password
This commit is contained in:
parent
5e334eb196
commit
2fee2902f6
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ $guiContent = new GuiControl(ChooseLevelMenu) {
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
};
|
};
|
||||||
new GuiTextEditCtrl() {
|
new GuiTextEditCtrl() {
|
||||||
text = "Torque 3D Server";
|
text = "";
|
||||||
position = "606 4";
|
position = "606 4";
|
||||||
extent = "295 22";
|
extent = "295 22";
|
||||||
horizSizing = "left";
|
horizSizing = "left";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue