optimization: remove redundant lastTime setter

This commit is contained in:
sylvessa 2026-04-05 11:56:03 -05:00
parent 7dfe46aa5d
commit a9b95fb129

View file

@ -1795,7 +1795,6 @@ void MinecraftServer::run(int64_t seed, void *lpParameter)
chunkPacketManagement_PostTick();
}
lastTime = getCurrentTimeMillis();
// int64_t afterall = System::currentTimeMillis();
// PIXReportCounter(L"Server time all",(float)(afterall-beforeall));
// PIXReportCounter(L"Server ticks",(float)tickcount);