diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-23 18:59:14 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-23 18:59:14 -0500 |
commit | 02831503ddae7d3cd977c21cdd056fc218594ad1 (patch) | |
tree | 209b5ad807ba0946c476f529e83b237a19ffb25c /src/SMAPI.Web | |
parent | 52f4df3f301ecde85a76e10ea9ddd607ab7a1b79 (diff) | |
download | SMAPI-02831503ddae7d3cd977c21cdd056fc218594ad1.tar.gz SMAPI-02831503ddae7d3cd977c21cdd056fc218594ad1.tar.bz2 SMAPI-02831503ddae7d3cd977c21cdd056fc218594ad1.zip |
remove content pack from compatibility blacklist
It's no longer broken with the auto-fixes in the upcoming SMAPI update.
Diffstat (limited to 'src/SMAPI.Web')
-rw-r--r-- | src/SMAPI.Web/wwwroot/SMAPI.metadata.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json index 53c68636..75a3f8c7 100644 --- a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json @@ -283,11 +283,6 @@ /********* ** Broke in SDV 1.5 (Content Patcher packs) *********/ - "Empty Spouse Room": { - "ID": "Lerura.EmptySpouseRoom", - "~1.0.0 | Status": "AssumeBroken", - "~1.0.0 | StatusReasonDetails": "prevents loading married saves due to a missing tilesheet in the spouse room map" - }, "mi.Mermaids": { "ID": "mi.Mermaids", "~1.0.0 | Status": "AssumeBroken", |