Skip to content

Commit

Permalink
Add relay path
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Feb 15, 2021
1 parent 9d93298 commit f85cdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moon/cfc_chat_transit/server/init.moon
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Realm = string.Replace Realm, "\n", ""

ChatTransit.Logger = CFCLogger "CFC_ChatTransit"
ChatTransit.TeamColorCache = {}
ChatTransit.WebSocket = GWSockets.createWebSocket "ws://127.0.0.1:#{RelayPort}"
ChatTransit.WebSocket = GWSockets.createWebSocket "ws://127.0.0.1:#{RelayPort}/relay"

with ChatTransit.WebSocket
Logger = ChatTransit.Logger
Expand Down

0 comments on commit f85cdea

Please sign in to comment.