diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 18:16:40 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 18:16:40 -0400 |
commit | 92bfa6fa5b37e0f0c3f1967520d01a1947bf01bc (patch) | |
tree | 442b48262b771088941471e6eca549a7ee19752e /src/SMAPI/Program.cs | |
parent | 5de6569bb1e63727e632d6459309b955e7ab7d5c (diff) | |
download | SMAPI-92bfa6fa5b37e0f0c3f1967520d01a1947bf01bc.tar.gz SMAPI-92bfa6fa5b37e0f0c3f1967520d01a1947bf01bc.tar.bz2 SMAPI-92bfa6fa5b37e0f0c3f1967520d01a1947bf01bc.zip |
add bundled save backup mod (#253)
Diffstat (limited to 'src/SMAPI/Program.cs')
-rw-r--r-- | src/SMAPI/Program.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI/Program.cs b/src/SMAPI/Program.cs index e335b68e..f410abc1 100644 --- a/src/SMAPI/Program.cs +++ b/src/SMAPI/Program.cs @@ -100,7 +100,8 @@ namespace StardewModdingAPI /// <summary>The mod IDs for which to not show missing update key warnings.</summary> private readonly string[] AllowMissingUpdateKeys = { - "SMAPI.ConsoleCommands" + "SMAPI.ConsoleCommands", + "SMAPI.SaveBackup" }; /// <summary>Encapsulates SMAPI's JSON file parsing.</summary> |