Core/Config Not initial conf files are optional now

This commit is contained in:
Yehonal 2016-09-15 12:02:47 +02:00
parent 3b2fb0949b
commit 6966eba2bb

View file

@ -63,8 +63,7 @@ bool ConfigMgr::Reload()
if (!LoadInitial((*it).c_str()))
return false;
} else {
if (!LoadMore((*it).c_str()))
return false;
LoadMore((*it).c_str());
}
}