Skip to content

Commit

Permalink
Updated defaults list
Browse files Browse the repository at this point in the history
  • Loading branch information
Assistant committed Jan 27, 2020
1 parent e4631ef commit 00e9e26
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 @@ -27,7 +27,7 @@ public sealed partial class Mods : Page
{
public static Mods Instance = new Mods();

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

0 comments on commit 00e9e26

Please sign in to comment.