mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-07 14:30: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";
|
||||
};
|
||||
new GuiTextEditCtrl() {
|
||||
text = "Torque 3D Server";
|
||||
text = "";
|
||||
position = "606 4";
|
||||
extent = "295 22";
|
||||
horizSizing = "left";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue