diff --git a/server/game.js b/server/game.js index e1e4895..7ad82b8 100644 --- a/server/game.js +++ b/server/game.js @@ -24,7 +24,7 @@ export default class Game { room.world.stepTime = config.simulationInterval; this.room = room; }); - // World time. Start at 10 am for testing. + // World time. this.worldTime = new WorldTime(); this.worldTime.hour = 10; // Entity tracking.