forked from mirror/openmw-tes3mp
[Client] Fix build
This commit is contained in:
parent
14fdec2478
commit
e8915f8ec5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue