mirror of
https://github.com/edubart/otclient.git
synced 2025-12-17 06:07:11 +01:00
walk and key event system rework with some regressions
This commit is contained in:
@@ -76,10 +76,8 @@ void ConfigManager::setList(const std::string& key, const std::vector<std::strin
|
||||
return;
|
||||
|
||||
OTMLNodePtr child = OTMLNode::create(key, true);
|
||||
for(const std::string& value : list) {
|
||||
for(const std::string& value : list)
|
||||
child->writeIn(value);
|
||||
dump << "insert" << value;
|
||||
}
|
||||
m_confsDoc->addChild(child);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user