mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Don't print an error for valid listring[] formspec
This commit is contained in:
@@ -381,6 +381,7 @@ void GUIFormSpecMenu::parseListRing(parserData* data, std::string element)
|
||||
const ListDrawSpec &spb = m_inventorylists[siz - 1];
|
||||
m_inventory_rings.push_back(ListRingSpec(spa.inventoryloc, spa.listname));
|
||||
m_inventory_rings.push_back(ListRingSpec(spb.inventoryloc, spb.listname));
|
||||
return;
|
||||
}
|
||||
errorstream<< "Invalid list ring element(" << parts.size() << ", "
|
||||
<< m_inventorylists.size() << "): '" << element << "'" << std::endl;
|
||||
|
Reference in New Issue
Block a user