tdzik
This commit is contained in:
parent
d3508c0b81
commit
1a532fef77
@ -1,5 +1,5 @@
|
|||||||
const socket = io();
|
const socket = io();
|
||||||
socket.emit("register", String(window.playerName));
|
socket.emit("register", window.playerName?.name || window.playerName);
|
||||||
const chatTitle = document.getElementById("chat-title");
|
const chatTitle = document.getElementById("chat-title");
|
||||||
|
|
||||||
let channel = "global";
|
let channel = "global";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user