forked from mirror/openmw-tes3mp
Fix formatting, part 2
This commit is contained in:
parent
a20e7890a2
commit
263efa9988
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void Main::Create()
|
|||
|
||||
int logLevel = mgr.getInt("loglevel", "General");
|
||||
Log::SetLevel(logLevel);
|
||||
if(addr.empty())
|
||||
if (addr.empty())
|
||||
{
|
||||
pMain->server = mgr.getString("server", "General");
|
||||
pMain->port = (unsigned short) mgr.getInt("port", "General");
|
||||
|
|
Loading…
Reference in a new issue