summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/menu/play.gd3
1 files changed, 1 insertions, 2 deletions
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)