debugging

This commit is contained in:
Kai Philipp
2019-09-10 21:37:58 +02:00
parent 2b17095641
commit cee8977958
+1
View File
@@ -828,6 +828,7 @@ ServerGameStateStartGame::TimerTimeout(const boost::system::error_code &ec, boos
void
ServerGameStateStartGame::DoStart(boost::shared_ptr<ServerGame> server)
{
LOG_VERBOSE("DoStart() entered.");
PlayerDataList tmpPlayerList(server->InternalStartGame());
if (tmpPlayerList.size() <= 1) {
if (!tmpPlayerList.empty()) {