diff --git a/client/app.js b/client/app.js index f1b1cdc..18e38da 100644 --- a/client/app.js +++ b/client/app.js @@ -3807,7 +3807,7 @@ class GolfGame { : this.gameState.current_player_id; const displayedPlayer = this.gameState.players.find(p => p.id === displayedPlayerId); if (displayedPlayer && displayedPlayerId !== this.playerId) { - this.setStatus(`${displayedPlayer.name}'s turn`); + this.setStatus(`${displayedPlayer.name}'s turn`, 'opponent-turn'); } // Update player header (name + score like opponents)