optimization: remove redundant lastTime setter (#1479)

This commit is contained in:
Sylvessa 2026-04-05 12:51:37 -05:00 committed by GitHub
parent a4e689095c
commit c2ea1fa62b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);