optimization: remove redundant lastTime setter (#1479)
This commit is contained in:
parent
a4e689095c
commit
c2ea1fa62b
|
|
@ -1795,7 +1795,6 @@ void MinecraftServer::run(int64_t seed, void *lpParameter)
|
||||||
|
|
||||||
chunkPacketManagement_PostTick();
|
chunkPacketManagement_PostTick();
|
||||||
}
|
}
|
||||||
lastTime = getCurrentTimeMillis();
|
|
||||||
// int64_t afterall = System::currentTimeMillis();
|
// int64_t afterall = System::currentTimeMillis();
|
||||||
// PIXReportCounter(L"Server time all",(float)(afterall-beforeall));
|
// PIXReportCounter(L"Server time all",(float)(afterall-beforeall));
|
||||||
// PIXReportCounter(L"Server ticks",(float)tickcount);
|
// PIXReportCounter(L"Server ticks",(float)tickcount);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue