This commit is contained in:
Cay 2026-03-12 10:59:44 +00:00
parent d3508c0b81
commit 1a532fef77

View File

@ -1,5 +1,5 @@
const socket = io();
socket.emit("register", String(window.playerName));
socket.emit("register", window.playerName?.name || window.playerName);
const chatTitle = document.getElementById("chat-title");
let channel = "global";