Fix VS2010/2012 build. Thanks H0zen for help

This commit is contained in:
Antz 2017-03-06 22:49:28 +00:00 committed by Antz
parent d1968f619a
commit 395f228d28
2 changed files with 4 additions and 4 deletions

View file

@ -1675,7 +1675,7 @@ void World::showFooter()
modules_.insert(" Warden : Disabled");
}
std::string thisClientVersion = EXPECTED_MANGOSD_CLIENT_VERSION;
std::string thisClientVersion (EXPECTED_MANGOSD_CLIENT_VERSION);
std::string thisClientBuilds = AcceptableClientBuildsListStr();
std::string sModules;