From afb990957de98878202cb8406a57aa25dbc18dbc Mon Sep 17 00:00:00 2001 From: jxnshi Date: Fri, 20 Dec 2024 20:00:38 +0100 Subject: [PATCH] First working version of cattoland ! --- public/cattoland/cattoland.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/cattoland/cattoland.js b/public/cattoland/cattoland.js index f011983..c90c0e0 100644 --- a/public/cattoland/cattoland.js +++ b/public/cattoland/cattoland.js @@ -93,7 +93,7 @@ const init_error = () => { }; const socket_connect = () => { - socket = new WebSocket("ws://localhost:3000"); + socket = new WebSocket("ws://jxnshi:3000"); socket_state = "connecting"; socket.onerror = (event) => { -- 2.49.0