Skip to content

Commit

Permalink
Merge pull request #487 from Kevga/master
Browse files Browse the repository at this point in the history
Update default mods
  • Loading branch information
Assistant authored Dec 25, 2022
2 parents d5809a4 + 0767d9f commit fa307e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModAssistant/Pages/Mods.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public sealed partial class Mods : Page
{
public static Mods Instance = new Mods();

public List<string> DefaultMods = new List<string>() { "SongCore", "ScoreSaber", "BeatSaverDownloader", "BeatSaverVoting", "PlaylistManager", "ModelDownloader" };
public List<string> DefaultMods = new List<string> { "SongCore", "WhyIsThereNoLeaderboard", "BeatSaverDownloader", "BeatSaverVoting", "PlaylistManager" };
public Mod[] ModsList;
public Mod[] AllModsList;
public static List<Mod> InstalledMods = new List<Mod>();
Expand Down

0 comments on commit fa307e4

Please sign in to comment.