remove console.log
This commit is contained in:
parent
cad05ad895
commit
dfc112c516
@ -149,7 +149,6 @@ class Player {
|
|||||||
|
|
||||||
// Handle faceoff positioning
|
// Handle faceoff positioning
|
||||||
if (gameState.faceoff && gameState.faceoff.isActive) {
|
if (gameState.faceoff && gameState.faceoff.isActive) {
|
||||||
console.log(`Player ${this.name} (${this.role}) in faceoff mode, phase: ${gameState.faceoff.phase}`);
|
|
||||||
this.handleFaceoffPositioning(gameState, players);
|
this.handleFaceoffPositioning(gameState, players);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user