diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-05-10 23:25:07 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 15:46:46 -0400 |
commit | 8595a2a6faffe7af81c6401cd6308f84fbefdd01 (patch) | |
tree | 34555b3a5e217289ed74e5cdab9d7aefdb7cc9c6 /src/SMAPI/StardewModdingAPI.csproj | |
parent | e3a2c56a6d8c827240a2bd4ead86c7b412e826ab (diff) | |
download | SMAPI-8595a2a6faffe7af81c6401cd6308f84fbefdd01.tar.gz SMAPI-8595a2a6faffe7af81c6401cd6308f84fbefdd01.tar.bz2 SMAPI-8595a2a6faffe7af81c6401cd6308f84fbefdd01.zip |
make Harmony patch names more consistent
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index 5991dd7e..673deab0 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -330,10 +330,10 @@ <Compile Include="Framework\Monitor.cs" /> <Compile Include="Metadata\InstructionMetadata.cs" /> <Compile Include="Mod.cs" /> - <Compile Include="Patches\CheckEventPreconditionErrorPatch.cs" /> - <Compile Include="Patches\LoadForNewGamePatch.cs" /> - <Compile Include="Patches\ObjectErrorPatch.cs" /> <Compile Include="Patches\DialogueErrorPatch.cs" /> + <Compile Include="Patches\EventErrorPatch.cs" /> + <Compile Include="Patches\LoadContextPatch.cs" /> + <Compile Include="Patches\ObjectErrorPatch.cs" /> <Compile Include="PatchMode.cs" /> <Compile Include="GamePlatform.cs" /> <Compile Include="Program.cs" /> |