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

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