]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores_rules.qc
s/world/NULL/
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores_rules.qc
index 80836bcb35051f49cdcdf423be1840ee340d4b4d..72eeb9a1cccaf10d4ce3142a28a69cee0139ca53 100644 (file)
@@ -43,7 +43,7 @@ void ScoreRules_generic()
 {
        if(teamplay)
        {
-               CheckAllowedTeams(world);
+               CheckAllowedTeams(NULL);
                ScoreRules_basics(((c4>=0) ? 4 : (c3>=0) ? 3 : 2), SFL_SORT_PRIO_PRIMARY, SFL_SORT_PRIO_PRIMARY, true);
        }
        else