From 538e2578032f81ea923503ec317a2b9c5a9a4c5a Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 12 Sep 2025 21:50:06 +0200 Subject: Fix several warnings and errors caused by recent refactors --- client/gui/menus/main/play.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/gui/menus/main') diff --git a/client/gui/menus/main/play.gd b/client/gui/menus/main/play.gd index c9cbee2f..d2e231e1 100644 --- a/client/gui/menus/main/play.gd +++ b/client/gui/menus/main/play.gd @@ -141,7 +141,7 @@ func _on_editor_control_pressed(): Service.State.FAILED: Editor.start() func _on_server_connect_pressed(): - connect_to("ws://%s:%d" % [Server.connect_address(), Global.get_setting("server.bind_port")]) + connect_to("ws://%s:%d" % [ServerService.connect_address(), Global.get_setting("server.bind_port")]) func _on_editor_connect_pressed(): connect_to("ws://[::1]:27032/") -- cgit v1.2.3-70-g09d2