-rw-r--r--WS.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/WS.gd b/WS.gd
index 29a8592..2a3fc00 100644
--- a/WS.gd
+++ b/WS.gd
@@ -24,7 +24,7 @@ func _ready():
func connectwebsocket():
- var url = "https://chat-server-gd.herokuapp.com/"
+ var url = "wss://chat-server-gd.herokuapp.com/"
print("Connecting to " + url)
ws.connect_to_url(url)