[Client] Fix build

new-script-api
Koncord 7 years ago
parent 14fdec2478
commit e8915f8ec5

@ -154,7 +154,7 @@ bool Main::init(std::vector<std::string> &content, Files::Collections &collectio
InitMgr(mgr);
int logLevel = mgr.getInt("logLevel", "General");
Log::SetLevel(logLevel);
Log::Get().SetLevel(logLevel);
if (addr.empty())
{
pMain->server = mgr.getString("destinationAddress", "General");

Loading…
Cancel
Save