mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-08 16:45:24 -05:00
Merge remote-tracking branch 'slushiegoose/splatfest-fix' into main
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user