1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Remove unused MapBlock functionality

This commit is contained in:
Jude Melton-Houghton 2022-10-05 07:55:33 -04:00
parent 7a28f2c4fa
commit 8f996e4a7c
9 changed files with 110 additions and 250 deletions

View file

@ -311,7 +311,7 @@ void RemoteClient::GetNextBlocks (
block->resetUsageTimer();
// Check whether the block exists (with data)
if (block->isDummy() || !block->isGenerated())
if (!block->isGenerated())
block_not_found = true;
/*