Remove redundant gameStarting reset logic in game.js.
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m56s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m56s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user