active block handling fixed

This commit is contained in:
Kai Philipp
2019-09-13 15:53:32 +02:00
parent cab243d978
commit c3ecf794d8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1382,7 +1382,7 @@ ServerLobbyThread::HandleNetPacketCreateGame(boost::shared_ptr<SessionData> sess
} else if (!session->GetPlayerData()->IsPlayerAllowedToJoinCreateLimitRank()
// @TODO: uncomment in productive
/*&& tmpData.gameType != GAME_TYPE_RANKING*/ ) {
LOG_ERROR('not allowed due to ranklimit');
LOG_ERROR("not allowed due to ranklimit");
SendJoinGameFailed(session, gameId, NTF_NET_JOIN_GUEST_FORBIDDEN);
} else {
boost::shared_ptr<ServerGame> game(