mirror of
https://github.com/edubart/otclient.git
synced 2025-12-14 12:49:47 +01:00
fixes in Settings/g_configs
This commit is contained in:
@@ -123,6 +123,7 @@ void ConfigManager::addNode(const std::string& key, const OTMLNodePtr& node)
|
||||
{
|
||||
OTMLNodePtr clone = node->clone();
|
||||
node->setTag(key);
|
||||
node->setUnique(true);
|
||||
m_confsDoc->addChild(node);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user