Remove Redundant "lastTime" Setter (smartcmd)

This commit is contained in:
DeadVoxelx
2026-04-06 08:29:55 -04:00
committed by GitHub
parent 60d86c8d95
commit 593e96c8af

View File

@@ -1803,7 +1803,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);