remove that thing

This commit is contained in:
MihailRis
2025-11-18 20:46:24 +03:00
parent d3e73be3fe
commit 1a6880a572
2 changed files with 8 additions and 19 deletions
-4
View File
@@ -163,11 +163,7 @@ bool ChunksController::buildLights(
return false;
}
#include "util/timeutil.hpp"
void ChunksController::createChunk(const Player& player, int x, int z) const {
timeutil::ScopeLogTimer log(111);
if (!player.isLoadingChunks()) {
if (auto chunk = level.chunks->fetch(x, z)) {
player.chunks->putChunk(chunk);