From 1b22f7b3cfcb02a9779f32c2132002208547407f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 22 Aug 2024 00:03:59 +0200 Subject: re-enable tls for quick connect --- client/menu/play.gd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/menu') diff --git a/client/menu/play.gd b/client/menu/play.gd index 266cd1a3..61b777d1 100644 --- a/client/menu/play.gd +++ b/client/menu/play.gd @@ -57,8 +57,7 @@ func _on_quick_connect_pressed(): : `ws://${window.location.hostname}:27032/` """)) else: - # TODO enable wss once godot is fixed - connect_to("ws://hurrycurry.metamuffin.org/") + connect_to("wss://hurrycurry.metamuffin.org/") func connect_to(url: String): print("Connecting to %s" % url) -- cgit v1.2.3-70-g09d2