diff options
author | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-10-05 07:55:33 -0400 |
---|---|---|
committer | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-10-09 13:43:48 -0400 |
commit | 8f996e4a7cf7b1fa1ca683cbc37327a790e09ddc (patch) | |
tree | 0d50c87601c67555bbaf49331d22e6c44250b2b0 /src/clientiface.cpp | |
parent | 7a28f2c4fa50957a019a8d44856b7aa0cea306eb (diff) | |
download | minetest-8f996e4a7cf7b1fa1ca683cbc37327a790e09ddc.tar.xz |
Remove unused MapBlock functionality
Diffstat (limited to 'src/clientiface.cpp')
-rw-r--r-- | src/clientiface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientiface.cpp b/src/clientiface.cpp index 5733b05de..23ce7e966 100644 --- a/src/clientiface.cpp +++ b/src/clientiface.cpp @@ -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; /* |