aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/menu/play.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/menu/play.gd b/client/menu/play.gd
index 61b777d1..266cd1a3 100644
--- a/client/menu/play.gd
+++ b/client/menu/play.gd
@@ -57,7 +57,8 @@ func _on_quick_connect_pressed():
: `ws://${window.location.hostname}:27032/`
"""))
else:
- connect_to("wss://hurrycurry.metamuffin.org/")
+ # TODO enable wss once godot is fixed
+ connect_to("ws://hurrycurry.metamuffin.org/")
func connect_to(url: String):
print("Connecting to %s" % url)