Fixed weird bug where config files spointainously appear everywhere (wtf...)
This commit is contained in:
@@ -12,7 +12,7 @@ ConfigManager::~ConfigManager() {
|
||||
}
|
||||
|
||||
void ConfigManager::setPath(std::string file) {
|
||||
path = file;
|
||||
path = std::filesystem::absolute(file).string();
|
||||
}
|
||||
|
||||
void ConfigManager::load(json def, bool lock) {
|
||||
|
||||
Reference in New Issue
Block a user