Spaces:
Sleeping
Sleeping
unlog
Browse files- src/components/Game.tsx +0 -1
src/components/Game.tsx
CHANGED
@@ -25,7 +25,6 @@ export const SHOW_DEBUG_UI = !!import.meta.env.VITE_SHOW_DEBUG_UI;
|
|
25 |
|
26 |
export function GameStateLabel(game: GameObj, me: PlayerDescription | undefined) {
|
27 |
const humans = [...game.world.playersInit.values()].filter(player => player.human).length
|
28 |
-
console.log(humans)
|
29 |
switch (game.world.gameCycle.cycleState) {
|
30 |
case 'Day':
|
31 |
return {
|
|
|
25 |
|
26 |
export function GameStateLabel(game: GameObj, me: PlayerDescription | undefined) {
|
27 |
const humans = [...game.world.playersInit.values()].filter(player => player.human).length
|
|
|
28 |
switch (game.world.gameCycle.cycleState) {
|
29 |
case 'Day':
|
30 |
return {
|