diff --git a/src/game/server/score.cpp b/src/game/server/score.cpp index f24bb2c3a..9cd6637e0 100644 --- a/src/game/server/score.cpp +++ b/src/game/server/score.cpp @@ -1780,7 +1780,7 @@ bool CScore::LoadTeamThread(IDbConnection *pSqlServer, const ISqlData *pGameData if(!Found) { str_copy(pResult->m_aMessage, "You don't belong to this team", sizeof(pResult->m_aMessage)); - return true; + return false; } int Since = pSqlServer->GetInt(2); @@ -1789,7 +1789,7 @@ bool CScore::LoadTeamThread(IDbConnection *pSqlServer, const ISqlData *pGameData str_format(pResult->m_aMessage, sizeof(pResult->m_aMessage), "You have to wait %d seconds until you can load this savegame", g_Config.m_SvSaveGamesDelay - Since); - return true; + return false; } bool CanLoad = pResult->m_SavedTeam.MatchPlayers(