From 7608122bac67d57297ec467129a2d56ec1800d88 Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Fri, 24 Oct 2025 19:06:47 +0200 Subject: [PATCH] fix groupstage 6 size ordering --- PadelClubData/Data/GroupStage.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PadelClubData/Data/GroupStage.swift b/PadelClubData/Data/GroupStage.swift index cbee440..0cb37ef 100644 --- a/PadelClubData/Data/GroupStage.swift +++ b/PadelClubData/Data/GroupStage.swift @@ -337,7 +337,7 @@ final public class GroupStage: BaseGroupStage, SideStorable { case 5: order = [3, 5, 8, 2, 6, 1, 9, 4, 7, 0] case 6: - order = [4, 7, 9, 3, 6, 11, 2, 8, 10, 1, 13, 5, 12, 14, 0] + order = [4, 6, 10, 1, 8, 12, 2, 7, 11, 3, 5, 13, 14, 9, 0] case 7: order = [6, 15, 20, 1, 16, 19, 2, 10, 18, 3, 9, 14, 4, 7, 12, 5, 8, 11, 0, 13, 17] case 8: