summaryrefslogtreecommitdiff
path: root/src/SMAPI/Patches
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-03-07 19:48:47 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-03-07 19:48:47 -0500
commit7914734375df7b4c94e9119611a0eb85cc2caac9 (patch)
tree98617c3cfdaa81b8e597fe6e97224d0a82758763 /src/SMAPI/Patches
parent0ed46c09104b823a5784690fa50e7022efc12c8f (diff)
downloadSMAPI-7914734375df7b4c94e9119611a0eb85cc2caac9.tar.gz
SMAPI-7914734375df7b4c94e9119611a0eb85cc2caac9.tar.bz2
SMAPI-7914734375df7b4c94e9119611a0eb85cc2caac9.zip
get patcher names automatically if needed
Diffstat (limited to 'src/SMAPI/Patches')
-rw-r--r--src/SMAPI/Patches/LoadContextPatch.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/SMAPI/Patches/LoadContextPatch.cs b/src/SMAPI/Patches/LoadContextPatch.cs
index 28bc23b6..c43d7071 100644
--- a/src/SMAPI/Patches/LoadContextPatch.cs
+++ b/src/SMAPI/Patches/LoadContextPatch.cs
@@ -34,13 +34,6 @@ namespace StardewModdingAPI.Patches
/*********
- ** Accessors
- *********/
- /// <inheritdoc />
- public string Name => nameof(LoadContextPatch);
-
-
- /*********
** Public methods
*********/
/// <summary>Construct an instance.</summary>