diff --git a/src/stores/schedules.mjs b/src/stores/schedules.mjs index 57a353b..89cc61b 100644 --- a/src/stores/schedules.mjs +++ b/src/stores/schedules.mjs @@ -68,7 +68,7 @@ export const useXSchedulesStore = defineScheduleStore('xmatch', { // Splatfest Battle (Open) export const useSplatfestOpenSchedulesStore = defineScheduleStore('splatfest/open', { nodes: () => useSchedulesDataStore().data?.festSchedules.nodes, - settings: node => node.festMatchSettings?.find(s => s.festMode === 'OPEN'), + settings: node => node.festMatchSettings?.find(s => s.festMode === 'REGULAR'), }); // Splatfest Battle (Pro)