[ServerWorld] Debug removed.
This commit is contained in:
parent
60b44511da
commit
ba3dfb3b7e
@ -36,7 +36,7 @@ void ServerWorld::update(Server &server, std::unordered_map<u16, ServerPlayer> &
|
||||
for (auto &client : server.info().clients())
|
||||
sendChunkData(client, it.second.get());
|
||||
|
||||
DEBUG("Chunk updated at", it.second->x(), it.second->y(), it.second->z());
|
||||
// DEBUG("Chunk updated at", it.second->x(), it.second->y(), it.second->z());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user