summaryrefslogtreecommitdiff
path: root/src/SMAPI/Metadata
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-10-03 20:49:03 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-10-03 20:49:03 -0400
commitc87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46 (patch)
tree7c130a6a2b137ec08297ce7a13ebd8142323320c /src/SMAPI/Metadata
parentde84adb47751c96fc60be66f6fdb186a09160820 (diff)
parent68e9733a856b41c2b74d5c35a4b812e68157fbca (diff)
downloadSMAPI-c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46.tar.gz
SMAPI-c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46.tar.bz2
SMAPI-c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI/Metadata')
-rw-r--r--src/SMAPI/Metadata/CoreAssetPropagator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Metadata/CoreAssetPropagator.cs b/src/SMAPI/Metadata/CoreAssetPropagator.cs
index 71199d59..701bc9f2 100644
--- a/src/SMAPI/Metadata/CoreAssetPropagator.cs
+++ b/src/SMAPI/Metadata/CoreAssetPropagator.cs
@@ -263,7 +263,7 @@ namespace StardewModdingAPI.Metadata
case "data\\farmanimals": // FarmAnimal constructor
return this.ReloadFarmAnimalData();
- case "data\\moviereactions": // MovieTheater.GetMovieReactions
+ case "data\\moviesreactions": // MovieTheater.GetMovieReactions
this.Reflection
.GetField<List<MovieCharacterReaction>>(typeof(MovieTheater), "_genericReactions")
.SetValue(content.Load<List<MovieCharacterReaction>>(key));