diff --git a/apps/openmw/mwmp/Main.cpp b/apps/openmw/mwmp/Main.cpp index 47cc9ab00..ec39f4d36 100644 --- a/apps/openmw/mwmp/Main.cpp +++ b/apps/openmw/mwmp/Main.cpp @@ -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");