mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix missing return in Database_Dummy::deleteBlock
This commit is contained in:
parent
46821f1156
commit
e5b636712c
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ std::string Database_Dummy::loadBlock(v3s16 blockpos)
|
|||
bool Database_Dummy::deleteBlock(v3s16 blockpos)
|
||||
{
|
||||
m_database.erase(getBlockAsInteger(blockpos));
|
||||
return true;
|
||||
}
|
||||
|
||||
void Database_Dummy::listAllLoadableBlocks(std::list<v3s16> &dst)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue