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
|
@ -596,7 +596,7 @@ EmergeAction EmergeThread::getBlockOrStartGen(
|
|||
|
||||
// 1). Attempt to fetch block from memory
|
||||
*block = m_map->getBlockNoCreateNoEx(pos);
|
||||
if (*block && !(*block)->isDummy()) {
|
||||
if (*block) {
|
||||
if ((*block)->isGenerated())
|
||||
return EMERGE_FROM_MEMORY;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue