@@ -74,18 +74,18 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
7474 ret.emplace_back (make_single_switch_program<MegaShardFarmer_Descriptor, MegaShardFarmer>());
7575 ret.emplace_back (make_single_switch_program<JacintheInfiniteFarmer_Descriptor, JacintheInfiniteFarmer>());
7676 ret.emplace_back (make_single_switch_program<FriendshipFarmer_Descriptor, FriendshipFarmer>());
77+ ret.emplace_back (make_single_switch_program<InPlaceCatcher_Descriptor, InPlaceCatcher>());
7778 if (IS_BETA_VERSION){
78- ret.emplace_back (make_single_switch_program<InPlaceCatcher_Descriptor, InPlaceCatcher>());
7979 }
8080
8181 ret.emplace_back (" ---- Shiny Hunting ----" );
8282 ret.emplace_back (make_single_switch_program<AutoFossil_Descriptor, AutoFossil>());
8383 ret.emplace_back (make_single_switch_program<ShinyHunt_BenchSit_Descriptor, ShinyHunt_BenchSit>());
8484 ret.emplace_back (make_single_switch_program<ShinyHunt_OverworldReset_Descriptor, ShinyHunt_OverworldReset>());
8585 ret.emplace_back (make_single_switch_program<ShinyHunt_WildZoneEntrance_Descriptor, ShinyHunt_WildZoneEntrance>());
86+ ret.emplace_back (make_single_switch_program<ShinyHunt_WildZoneCafe_Descriptor, ShinyHunt_WildZoneCafe>());
87+ ret.emplace_back (make_single_switch_program<ShinyHunt_FlySpotReset_Descriptor, ShinyHunt_FlySpotReset>());
8688 if (IS_BETA_VERSION){
87- ret.emplace_back (make_single_switch_program<ShinyHunt_WildZoneCafe_Descriptor, ShinyHunt_WildZoneCafe>());
88- ret.emplace_back (make_single_switch_program<ShinyHunt_FlySpotReset_Descriptor, ShinyHunt_FlySpotReset>());
8989 }
9090 if (PreloadSettings::instance ().DEVELOPER_MODE ){
9191 ret.emplace_back (make_single_switch_program<BeldumHunter_Descriptor, BeldumHunter>());
0 commit comments