mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-02-05 04:10:04 +00:00
Switched MobManager::step() to the timer.
It doesn't really need to run on every shard step. This makes it a lot less hot.
This commit is contained in:
@@ -87,6 +87,4 @@ void CNShardServer::onStep() {
|
||||
event.scheduledEvent = currTime + event.delta;
|
||||
}
|
||||
}
|
||||
|
||||
MobManager::step(currTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user