diff --git a/menu/start_game_menu.cs b/menu/start_game_menu.cs index 7201aa2..31b789f 100644 --- a/menu/start_game_menu.cs +++ b/menu/start_game_menu.cs @@ -9,7 +9,7 @@ public partial class start_game_menu : Control { private const string _path = "/root/StartGameMenu/"; private Button _localMulti, _single, _LANMulti, _join, _host, _cancel, _quit, _yes, _no; - private TextEdit _ip; + private LineEdit _ip; private Label _error, _lip; private string Error { set { _error.Set("text", value); } } @@ -112,7 +112,7 @@ public partial class start_game_menu : Control { _host = GetNode