From 9a33f420c163141abb03328e027076ed84e01c33 Mon Sep 17 00:00:00 2001 From: FReenen Date: Thu, 8 Aug 2024 20:20:40 +0200 Subject: [PATCH] fix bugs --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1b7f4ed..7e1e9ff 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ connection.onopen = function () { - connection.send(clientId + ';3440;' + Math.floor(new Date().getTime()/1000.0).toString()); + connection.send(clientId + ';4675;' + Math.floor(new Date().getTime()/1000.0).toString()); setTimeout(() => { connection.send(clientId + ';boats'); }, 100); };