diff options
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler/Patches/DialogueErrorPatch.cs')
-rw-r--r-- | src/SMAPI.Mods.ErrorHandler/Patches/DialogueErrorPatch.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/DialogueErrorPatch.cs b/src/SMAPI.Mods.ErrorHandler/Patches/DialogueErrorPatch.cs index ba0ca582..cce13064 100644 --- a/src/SMAPI.Mods.ErrorHandler/Patches/DialogueErrorPatch.cs +++ b/src/SMAPI.Mods.ErrorHandler/Patches/DialogueErrorPatch.cs @@ -30,13 +30,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches /********* - ** Accessors - *********/ - /// <inheritdoc /> - public string Name => nameof(DialogueErrorPatch); - - - /********* ** Public methods *********/ /// <summary>Construct an instance.</summary> |