mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Fix formatting, part 2
This commit is contained in:
parent
a20e7890a2
commit
263efa9988
@ -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…
x
Reference in New Issue
Block a user