diff --git a/src/gameplay/server_world.cpp b/src/gameplay/server_world.cpp index 8d1af71..5387d47 100644 --- a/src/gameplay/server_world.cpp +++ b/src/gameplay/server_world.cpp @@ -528,6 +528,7 @@ void ServerWorld::hot_reload() { void ServerWorld::update() { // poll_finished_chunks(); + send_time(); m_entity_manager.update(); { bool consumed = false; @@ -554,7 +555,6 @@ void ServerWorld::update() { } } - send_time(); for (auto& [id, timer] : m_timers) { timer.update(); }