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:
parent
7a28f2c4fa
commit
8f996e4a7c
9 changed files with 110 additions and 250 deletions
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue