This commit is contained in:
Kai Philipp
2019-09-11 04:45:58 +02:00
parent 1c71253efe
commit 86e348ed94
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -828,7 +828,6 @@ ServerGameStateStartGame::TimerTimeout(const boost::system::error_code &ec, boos
void
ServerGameStateStartGame::DoStart(boost::shared_ptr<ServerGame> server)
{
LOG_ERROR("DoStart() entered.");
PlayerDataList tmpPlayerList(server->InternalStartGame());
if (tmpPlayerList.size() <= 1) {
if (!tmpPlayerList.empty()) {