mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
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