mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-29 09:09:03 +03:00
fix redstone tick persistence on chunk unload (#1423)
This commit is contained in:
@@ -1795,6 +1795,7 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user