mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 05:53:26 +02: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