Skip to content

Commit 075698b

Browse files
committed
fix urlparms not getting read for autostart and gamemodes if there was n o additional matchgroups
1 parent 30ce85d commit 075698b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/quickplay/MatchGroupSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export function MatchGroupSelector({ hash }) {
4444
(k) => k.code === quickplayStore.matchGroup,
4545
);
4646
if (newIndex === index) {
47+
setInit(true);
4748
return;
4849
}
4950
handleSelect(newIndex);

0 commit comments

Comments
 (0)