Skip to content

Commit dfb7593

Browse files
committed
Fix connect by ip
1 parent 99af1fe commit dfb7593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mirror-godot-app/ui/game/connect_by_ip_ui.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ func _ready():
66

77
func _on_connect_pressed():
88
var line_edit = $MarginContainer/HBoxContainer/LineEdit
9-
print("Attempting connection: ", line_edit)
9+
print("Attempting connection: ", line_edit.text)
1010
Zone.client.connect_to_server_by_string(line_edit.text)

0 commit comments

Comments
 (0)