diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-28 19:34:07 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-28 19:34:07 -0400 |
commit | 688ee69ee64e03aee7a693e6c15092daf229ac5e (patch) | |
tree | a9e35e9c218c5551564b7dd1409b38532e28cee3 /src/SMAPI/StardewModdingAPI.csproj | |
parent | 2872cad9fea48a5435bcac2f4803af96133eb6b9 (diff) | |
download | SMAPI-688ee69ee64e03aee7a693e6c15092daf229ac5e.tar.gz SMAPI-688ee69ee64e03aee7a693e6c15092daf229ac5e.tar.bz2 SMAPI-688ee69ee64e03aee7a693e6c15092daf229ac5e.zip |
clarify dialogue patch name
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index 7a4faa59..4ce0892e 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -309,7 +309,7 @@ <Compile Include="Framework\Monitor.cs" /> <Compile Include="Metadata\InstructionMetadata.cs" /> <Compile Include="Mod.cs" /> - <Compile Include="Patches\CatchDialogueErrorPatch.cs" /> + <Compile Include="Patches\DialogueErrorPatch.cs" /> <Compile Include="PatchMode.cs" /> <Compile Include="GamePlatform.cs" /> <Compile Include="Program.cs" /> |