Update WSS port for experimental instance.
This commit is contained in:
parent
08a684b777
commit
9b3e616de0
@ -1,7 +1,7 @@
|
||||
function RECONNECT() {
|
||||
if(SOCKET === null) {
|
||||
console.log("Websocket connecting..");
|
||||
SOCKET = new WebSocket("wss://omen.kirisame.com:38612");
|
||||
SOCKET = new WebSocket("wss://omen.kirisame.com:38616");
|
||||
SOCKET.binaryType = "arraybuffer";
|
||||
SOCKET.addEventListener("error", () => {
|
||||
SOCKET = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user