mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix static_save=false not working & related cleanups
This commit is contained in:
@@ -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")) {
|
||||
|
Reference in New Issue
Block a user