We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99af1fe commit dfb7593Copy full SHA for dfb7593
mirror-godot-app/ui/game/connect_by_ip_ui.gd
@@ -6,5 +6,5 @@ func _ready():
6
7
func _on_connect_pressed():
8
var line_edit = $MarginContainer/HBoxContainer/LineEdit
9
- print("Attempting connection: ", line_edit)
+ print("Attempting connection: ", line_edit.text)
10
Zone.client.connect_to_server_by_string(line_edit.text)
0 commit comments