Core/Misc: fix some clang 5 warnings

This commit is contained in:
ariel-
2017-05-27 16:33:54 -03:00
committed by Aokromes
parent e361682377
commit da65d89129
2 changed files with 1 additions and 7 deletions

View File

@@ -241,7 +241,7 @@ extern int main(int argc, char** argv)
if (networkThreads <= 0)
{
TC_LOG_ERROR("server.worldserver", "Network.Threads must be greater than 0");
return false;
return 1;
}
sWorldSocketMgr.StartNetwork(_ioService, worldListener, worldPort, networkThreads);