From d0206b5f82438001eb5a73d53e0264880b1d3532 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 3 Nov 2019 11:18:00 -0600 Subject: [PATCH] chore: comment --- server/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.