Move settings init message

This commit is contained in:
Riyyi
2021-01-04 14:26:58 +01:00
parent 716c68b166
commit 598e4c388f
+2 -1
View File
@@ -16,6 +16,8 @@ namespace Inferno {
Settings::update();
m_initialized = true;
dbg(Log::Info) << "Settings initialized";
}
void Settings::update()
@@ -50,7 +52,6 @@ namespace Inferno {
nlohmann::json json;
File::ioRead(json, m_path);
dbg(Log::Info) << "Settings loaded";
return json;
}