[7.2] Remove RSR from setup window
authorLiza Carvelli <liza@carvel.li>
Sat, 22 Mar 2025 13:01:25 +0000 (14:01 +0100)
committerLiza Carvelli <liza@carvel.li>
Sat, 22 Mar 2025 13:01:25 +0000 (14:01 +0100)
Questionable/Windows/OneTimeSetupWindow.cs

index 128a2f1a4d5d42fadfeef2bbac1231fcba69b62c..5d4b864fdaac96b3f3bf4068c6fbaf6191ea40c8 100644 (file)
@@ -62,15 +62,6 @@ internal sealed class OneTimeSetupWindow : LWindow
                 new Uri("https://github.com/PunishXIV/WrathCombo"),
                 new Uri("https://puni.sh/api/plugins"))
         },
-        {
-            Configuration.ECombatModule.RotationSolverReborn,
-            new("Rotation Solver Reborn",
-                "RotationSolver",
-                string.Empty,
-                new Uri("https://github.com/FFXIV-CombatReborn/RotationSolverReborn"),
-                new Uri(
-                    "https://raw.githubusercontent.com/FFXIV-CombatReborn/CombatRebornRepo/main/pluginmaster.json"))
-        },
     }.AsReadOnly();
 
     private readonly IReadOnlyList<PluginInfo> _recommendedPlugins;
@@ -152,7 +143,6 @@ internal sealed class OneTimeSetupWindow : LWindow
 
             DrawCombatPlugin(Configuration.ECombatModule.BossMod, checklistPadding);
             DrawCombatPlugin(Configuration.ECombatModule.WrathCombo, checklistPadding);
-            DrawCombatPlugin(Configuration.ECombatModule.RotationSolverReborn, checklistPadding);
         }
 
         ImGui.Spacing();