Updated defaults list

This commit is contained in:
Assistant 2020-01-26 23:52:26 -07:00
parent e4631efbb1
commit 00e9e261b4

View file

@ -27,7 +27,7 @@ namespace ModAssistant.Pages
{
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>();