Skip to content

Commit fa307e4

Browse files
authored
Merge pull request #487 from Kevga/master
Update default mods
2 parents d5809a4 + 0767d9f commit fa307e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModAssistant/Pages/Mods.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public sealed partial class Mods : Page
2424
{
2525
public static Mods Instance = new Mods();
2626

27-
public List<string> DefaultMods = new List<string>() { "SongCore", "ScoreSaber", "BeatSaverDownloader", "BeatSaverVoting", "PlaylistManager", "ModelDownloader" };
27+
public List<string> DefaultMods = new List<string> { "SongCore", "WhyIsThereNoLeaderboard", "BeatSaverDownloader", "BeatSaverVoting", "PlaylistManager" };
2828
public Mod[] ModsList;
2929
public Mod[] AllModsList;
3030
public static List<Mod> InstalledMods = new List<Mod>();

0 commit comments

Comments
 (0)