From b600f08c0915c4b7ca192fe97c70db26fd266024 Mon Sep 17 00:00:00 2001 From: Sophia Waggoner Date: Wed, 22 Mar 2023 06:45:23 -0700 Subject: [PATCH] Re-add accidentally deleted ticking of Time. --- common/state/src/state.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/common/state/src/state.rs b/common/state/src/state.rs index 04cc4c9039..735fbb4456 100644 --- a/common/state/src/state.rs +++ b/common/state/src/state.rs @@ -611,6 +611,7 @@ impl State { // Change the time accordingly. self.ecs.write_resource::().0 += dt.as_secs_f64() * server_constants.day_cycle_coefficient; + self.ecs.write_resource::