summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-22 16:50:15 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-22 16:50:15 -0400
commite149f20583b90c37964c48b8f13777493611aecf (patch)
treed23682e026791a2ba5018954d3d482787d138b33 /src/SMAPI/StardewModdingAPI.csproj
parent997c65b6f46f74469fb41af81a69e07d788a1e6e (diff)
downloadSMAPI-e149f20583b90c37964c48b8f13777493611aecf.tar.gz
SMAPI-e149f20583b90c37964c48b8f13777493611aecf.tar.bz2
SMAPI-e149f20583b90c37964c48b8f13777493611aecf.zip
remove seasonal tilesheet patch (#552)
This is no longer needed (the changes were added to the game in SDV 1.3.19), and caused an issue since it left out the tilesheet reloading.
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index fcd54c34..bd9e2422 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -290,7 +290,6 @@
<Compile Include="Framework\Monitor.cs" />
<Compile Include="Metadata\InstructionMetadata.cs" />
<Compile Include="Mod.cs" />
- <Compile Include="Framework\Patching\GameLocationPatch.cs" />
<Compile Include="PatchMode.cs" />
<Compile Include="GamePlatform.cs" />
<Compile Include="Program.cs" />