Spaces:
Sleeping
Sleeping
revert counter bomb
Browse files- src/components/Game.tsx +1 -1
src/components/Game.tsx
CHANGED
@@ -28,7 +28,7 @@ export function GameStateLabel(game: GameObj, me: PlayerDescription | undefined)
|
|
28 |
|
29 |
switch (game.world.gameCycle.cycleState) {
|
30 |
case 'Day':
|
31 |
-
|
32 |
if (cycle_num==1){
|
33 |
console.log("We are exactly in day 1")
|
34 |
}
|
|
|
28 |
|
29 |
switch (game.world.gameCycle.cycleState) {
|
30 |
case 'Day':
|
31 |
+
|
32 |
if (cycle_num==1){
|
33 |
console.log("We are exactly in day 1")
|
34 |
}
|