This commit is contained in:
Cay 2026-03-18 11:13:22 +00:00
parent 19b2acd434
commit d42da970b7

View File

@ -1,4 +1,5 @@
const socket = io();
window._socket = socket; // Globale Referenz für arena.js und andere Module
const username =
typeof window.playerName === "object"
? window.playerName.name