From 7914734375df7b4c94e9119611a0eb85cc2caac9 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 7 Mar 2021 19:48:47 -0500 Subject: get patcher names automatically if needed --- src/SMAPI/Patches/LoadContextPatch.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/SMAPI/Patches') 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 @@ -33,13 +33,6 @@ namespace StardewModdingAPI.Patches private static bool IsInLoadForNewGame; - /********* - ** Accessors - *********/ - /// - public string Name => nameof(LoadContextPatch); - - /********* ** Public methods *********/ -- cgit