Skip to content

Commit e145abc

Browse files
committed
Add client support for Random Meta of the Decade
1 parent 2e86d7e commit e145abc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

play.pokemonshowdown.com/js/client-mainmenu.js

+2
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,8 @@
12411241
this.open = Storage.prefs('openformats') || {
12421242
"S/V Singles": true, "S/V Doubles": true, "Unofficial Metagames": true, "National Dex": true, "OM of the Month": true,
12431243
"Other Metagames": true, "Randomized Format Spotlight": true, "RoA Spotlight": true,
1244+
// For AFD
1245+
"Random Meta of the Decade": true,
12441246
};
12451247
}
12461248
if (!this.starred) this.starred = Storage.prefs('starredformats') || {};

0 commit comments

Comments
 (0)