cIsThread cleanup
+ Semi-gracefully handle unexpected exceptions * No-one cared about the return values, remove them
This commit is contained in:
+2
-1
@@ -411,7 +411,8 @@ bool cServer::Start(void)
|
||||
LOGERROR("Couldn't open any ports. Aborting the server");
|
||||
return false;
|
||||
}
|
||||
return m_TickThread.Start();
|
||||
m_TickThread.Start();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user