srfytj
This commit is contained in:
parent
4897265983
commit
c52a3db3d6
@ -742,7 +742,7 @@ function registerArenaHandlers(io, socket) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
/* ── Zug beenden → Kampfphase → Zugwechsel ── */
|
/* ── Zug beenden → Kampfphase → Zugwechsel ── */
|
||||||
socket.on("end_turn", (data) => {
|
socket.on("end_turn", async (data) => {
|
||||||
const { matchId, slot } = data;
|
const { matchId, slot } = data;
|
||||||
if (!matchId || !slot) return;
|
if (!matchId || !slot) return;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user