]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/onslaught/sv_onslaught.qc
Fix a typographical error in a newly introduced team function name
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / sv_onslaught.qc
index c071be0e0e63108817b641c71402885dd2d92b67..7f2def318011cb2a17f497345a0ba09784483e75 100644 (file)
@@ -1188,7 +1188,7 @@ bool Onslaught_CheckWinner()
        else { wpforenemy_announced = false; ons_stalemate = false; }
 
        Onslaught_count_generators();
-       int winner_team = Team_GetWinnerTeam_WIthOwnedItems(1);
+       int winner_team = Team_GetWinnerTeam_WithOwnedItems(1);
        if (!winner_team)
                return 0;