bendns' repos
/
room2
main
1
Branch
9
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'WS.gd')
-rw-r--r--
WS.gd
2
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)