diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-06 21:48:23 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-06 21:48:23 -0400 |
commit | a2d8a1be23f2351384a562b64807d2ce9c83170e (patch) | |
tree | 3844cc8e549ef90c397b715b58fd6ffafa96196a /src/SMAPI/Program.cs | |
parent | cd62dcc8cfa35a9b423f4d15359ec3083b4c6d44 (diff) | |
download | SMAPI-a2d8a1be23f2351384a562b64807d2ce9c83170e.tar.gz SMAPI-a2d8a1be23f2351384a562b64807d2ce9c83170e.tar.bz2 SMAPI-a2d8a1be23f2351384a562b64807d2ce9c83170e.zip |
add Harmony patch to fix custom tilesheet handling (#541)
Diffstat (limited to 'src/SMAPI/Program.cs')
-rw-r--r-- | src/SMAPI/Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/Program.cs b/src/SMAPI/Program.cs index bf673fe6..85306641 100644 --- a/src/SMAPI/Program.cs +++ b/src/SMAPI/Program.cs @@ -155,6 +155,7 @@ namespace StardewModdingAPI // apply game patches new GamePatcher(this.Monitor).Apply( + new GameLocationPatch() ); // init JSON parser |