mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-02 03:21:34 +00:00
[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);
|
InitMgr(mgr);
|
||||||
|
|
||||||
int logLevel = mgr.getInt("logLevel", "General");
|
int logLevel = mgr.getInt("logLevel", "General");
|
||||||
Log::SetLevel(logLevel);
|
Log::Get().SetLevel(logLevel);
|
||||||
if (addr.empty())
|
if (addr.empty())
|
||||||
{
|
{
|
||||||
pMain->server = mgr.getString("destinationAddress", "General");
|
pMain->server = mgr.getString("destinationAddress", "General");
|
||||||
|
|
Loading…
Reference in a new issue