diff --git a/TallyCore/RankVotes.cs b/TallyCore/RankVotes.cs index 427e0520..9a3b4039 100644 --- a/TallyCore/RankVotes.cs +++ b/TallyCore/RankVotes.cs @@ -52,9 +52,9 @@ private static List RankTask(IGrouping topChoices = new List(4); + List topChoices = new List(9); - for (int i = 0; i < 4; i++) + for (int i = 0; i < 9; i++) { System.Diagnostics.Debug.WriteLine($"- Loop [{i}]");