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

Fix static_save=false not working & related cleanups

This commit is contained in:
sfan5 2024-03-01 20:46:07 +01:00
parent ef0009aea7
commit 2386bfda7e
4 changed files with 21 additions and 16 deletions

View file

@ -94,7 +94,7 @@ bool MapBlock::onObjectsActivation()
const auto count = m_static_objects.getStoredSize();
verbosestream << "MapBlock::onObjectsActivation(): "
<< "activating " << count << "objects in block " << getPos()
<< "activating " << count << " objects in block " << getPos()
<< std::endl;
if (count > g_settings->getU16("max_objects_per_block")) {