From 11c2e362a01f3f9f1e4b7630801eaa83b57c6c05 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Tue, 17 Dec 2024 17:19:59 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20ajout=20du=20websocket=20par=20d=C3=A9f?= =?UTF-8?q?aut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/js/global.js b/public_html/js/global.js index 85a0619..9ebf4a9 100644 --- a/public_html/js/global.js +++ b/public_html/js/global.js @@ -6,7 +6,7 @@ let bulletSound = new Sound("./assets/sounds/shoot.mp3"); let driftSound = new Sound("./assets/sounds/drift.mp3"); let dieSound = new Sound("./assets/sounds/die.mp3"); let notificationSound = new Sound("./assets/sounds/notification.mp3"); -let net = new Network("wss://ws.gta6.insat.fr:8080?name=" + getCookie("pseudo")); +let net = new Network("wss://ws.gta6.insat.fr?name=" + getCookie("pseudo")); let inp = new Input("canvas"); let phone = new Phone(); let bullets = [];