]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qc
Many whitespace fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qc
index 0d248ca1382290ab28885e07fa73a0c47ad3eaee..c7c939d74d6e4f3c553f958b611f8008aec2c1a3 100644 (file)
@@ -527,7 +527,7 @@ entity TeamBalance_CheckAllowedTeams(entity for_whom)
        }
 
        // TODO: Balance quantity of bots across > 2 teams when bot_vs_human is set (and remove next line)
-       if (autocvar_bot_vs_human && AvailableTeams() == 2 && for_whom)
+       if (autocvar_bot_vs_human && AVAILABLE_TEAMS == 2 && for_whom)
        {
                if (autocvar_bot_vs_human > 0)
                {