Private
Public Access
1
0

Remove redundant gameStarting reset logic in game.js.
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m56s

This commit is contained in:
Sebastian Unterschütz
2026-01-05 21:10:47 +01:00
parent 66d7b6d2a5
commit a742889a8e

View File

@@ -460,10 +460,6 @@ function joinRoom() {
gameStarting = false;
}, 300);
// Reset gameStarting für Lobby
gameStarting = false;
}, 300);
// Trigger WASM game start (im Hintergrund)
if (window.startGame) {
console.log('🎮 Calling window.startGame with:', 'coop', playerName, roomID, teamName, false);