X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fteamplay.qc;h=1cfdbf4a0538da331630210cdfbc92a4ef4333ec;hb=11a21a1b1e83b7d9a00321d7bf8eaab95de5e879;hp=7d3d646b9c9f68554ff9aff329949eecd6e88741;hpb=6f8eb8cb692815d96c44613a17c21ccd611823e1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/teamplay.qc b/qcsrc/server/teamplay.qc index 7d3d646b9..1cfdbf4a0 100644 --- a/qcsrc/server/teamplay.qc +++ b/qcsrc/server/teamplay.qc @@ -795,8 +795,7 @@ int TeamBalance_FindBestTeam(entity balance, entity player, bool ignore_player) int team_bits = TeamBalance_FindBestTeams(balance, player, true); if (team_bits == 0) { - LOG_FATALF("No teams available for %s\n", - MapInfo_Type_ToString(MapInfo_CurrentGametype())); + LOG_FATALF("No teams available for %s\n", GetGametype()); } RandomSelection_Init(); for (int i = 1; i <= NUM_TEAMS; ++i)