diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-20 23:28:48 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-20 23:28:48 -0500 |
commit | ebc8cd4c7f068cb687c8786623b8b617e5295e82 (patch) | |
tree | 7bd3da8a94af8bbf4c6d4be05032b9e3e47628e5 /src/SMAPI.Installer/InteractiveInstaller.cs | |
parent | 342fc80394ac2d1bd67fb1b745b8ddec927fac49 (diff) | |
download | SMAPI-ebc8cd4c7f068cb687c8786623b8b617e5295e82.tar.gz SMAPI-ebc8cd4c7f068cb687c8786623b8b617e5295e82.tar.bz2 SMAPI-ebc8cd4c7f068cb687c8786623b8b617e5295e82.zip |
add ErrorHandler to bundled mod list
Diffstat (limited to 'src/SMAPI.Installer/InteractiveInstaller.cs')
-rw-r--r-- | src/SMAPI.Installer/InteractiveInstaller.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.Installer/InteractiveInstaller.cs b/src/SMAPI.Installer/InteractiveInstaller.cs index 035ec382..ff74a659 100644 --- a/src/SMAPI.Installer/InteractiveInstaller.cs +++ b/src/SMAPI.Installer/InteractiveInstaller.cs @@ -28,7 +28,8 @@ namespace StardewModdingApi.Installer /// <summary>The mod IDs which the installer should allow as bundled mods.</summary> private readonly string[] BundledModIDs = { "SMAPI.SaveBackup", - "SMAPI.ConsoleCommands" + "SMAPI.ConsoleCommands", + "SMAPI.ErrorHandler" }; /// <summary>Get the absolute file or folder paths to remove when uninstalling SMAPI.</summary> |