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:
2020-09-22 21:31:08 +02:00
parent ba5998d53a
commit 95a79ec815
3 changed files with 4 additions and 4 deletions

View File

@@ -87,6 +87,4 @@ void CNShardServer::onStep() {
event.scheduledEvent = currTime + event.delta;
}
}
MobManager::step(currTime);
}