summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler')
-rw-r--r--src/SMAPI.Mods.ErrorHandler/Patches/DialogueErrorPatch.cs7
-rw-r--r--src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs7
-rw-r--r--src/SMAPI.Mods.ErrorHandler/Patches/GameLocationPatches.cs7
-rw-r--r--src/SMAPI.Mods.ErrorHandler/Patches/LoadErrorPatch.cs7
-rw-r--r--src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs7
-rw-r--r--src/SMAPI.Mods.ErrorHandler/Patches/ScheduleErrorPatch.cs7
-rw-r--r--src/SMAPI.Mods.ErrorHandler/Patches/SpriteBatchValidationPatches.cs7
-rw-r--r--src/SMAPI.Mods.ErrorHandler/Patches/UtilityErrorPatches.cs7
-rw-r--r--src/SMAPI.Mods.ErrorHandler/manifest.json4
9 files changed, 2 insertions, 58 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>
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs b/src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs
index a15c1d32..72863d17 100644
--- a/src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs
+++ b/src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs
@@ -24,13 +24,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches
/*********
- ** Accessors
- *********/
- /// <inheritdoc />
- public string Name => nameof(EventPatches);
-
-
- /*********
** Public methods
*********/
/// <summary>Construct an instance.</summary>
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/GameLocationPatches.cs b/src/SMAPI.Mods.ErrorHandler/Patches/GameLocationPatches.cs
index c10f2de7..1edf2d6a 100644
--- a/src/SMAPI.Mods.ErrorHandler/Patches/GameLocationPatches.cs
+++ b/src/SMAPI.Mods.ErrorHandler/Patches/GameLocationPatches.cs
@@ -25,13 +25,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches
/*********
- ** Accessors
- *********/
- /// <inheritdoc />
- public string Name => nameof(GameLocationPatches);
-
-
- /*********
** Public methods
*********/
/// <summary>Construct an instance.</summary>
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/LoadErrorPatch.cs b/src/SMAPI.Mods.ErrorHandler/Patches/LoadErrorPatch.cs
index 2227ea07..52d5f5a1 100644
--- a/src/SMAPI.Mods.ErrorHandler/Patches/LoadErrorPatch.cs
+++ b/src/SMAPI.Mods.ErrorHandler/Patches/LoadErrorPatch.cs
@@ -32,13 +32,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches
/*********
- ** Accessors
- *********/
- /// <inheritdoc />
- public string Name => nameof(LoadErrorPatch);
-
-
- /*********
** Public methods
*********/
/// <summary>Construct an instance.</summary>
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs b/src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs
index 70f054cd..9f8a98cd 100644
--- a/src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs
+++ b/src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs
@@ -21,13 +21,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches
internal class ObjectErrorPatch : IHarmonyPatch
{
/*********
- ** Accessors
- *********/
- /// <inheritdoc />
- public string Name => nameof(ObjectErrorPatch);
-
-
- /*********
** Public methods
*********/
/// <inheritdoc />
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/ScheduleErrorPatch.cs b/src/SMAPI.Mods.ErrorHandler/Patches/ScheduleErrorPatch.cs
index abbd1a8f..d2a5e988 100644
--- a/src/SMAPI.Mods.ErrorHandler/Patches/ScheduleErrorPatch.cs
+++ b/src/SMAPI.Mods.ErrorHandler/Patches/ScheduleErrorPatch.cs
@@ -27,13 +27,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches
/*********
- ** Accessors
- *********/
- /// <inheritdoc />
- public string Name => nameof(ScheduleErrorPatch);
-
-
- /*********
** Public methods
*********/
/// <summary>Construct an instance.</summary>
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/SpriteBatchValidationPatches.cs b/src/SMAPI.Mods.ErrorHandler/Patches/SpriteBatchValidationPatches.cs
index 0211cfb1..95e4f5ef 100644
--- a/src/SMAPI.Mods.ErrorHandler/Patches/SpriteBatchValidationPatches.cs
+++ b/src/SMAPI.Mods.ErrorHandler/Patches/SpriteBatchValidationPatches.cs
@@ -17,13 +17,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches
internal class SpriteBatchValidationPatches : IHarmonyPatch
{
/*********
- ** Accessors
- *********/
- /// <inheritdoc />
- public string Name => nameof(SpriteBatchValidationPatches);
-
-
- /*********
** Public methods
*********/
/// <inheritdoc />
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/UtilityErrorPatches.cs b/src/SMAPI.Mods.ErrorHandler/Patches/UtilityErrorPatches.cs
index 481c881e..1ddd407c 100644
--- a/src/SMAPI.Mods.ErrorHandler/Patches/UtilityErrorPatches.cs
+++ b/src/SMAPI.Mods.ErrorHandler/Patches/UtilityErrorPatches.cs
@@ -19,13 +19,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches
internal class UtilityErrorPatches : IHarmonyPatch
{
/*********
- ** Accessors
- *********/
- /// <inheritdoc />
- public string Name => nameof(UtilityErrorPatches);
-
-
- /*********
** Public methods
*********/
/// <inheritdoc />
diff --git a/src/SMAPI.Mods.ErrorHandler/manifest.json b/src/SMAPI.Mods.ErrorHandler/manifest.json
index b6df0f49..962b27f8 100644
--- a/src/SMAPI.Mods.ErrorHandler/manifest.json
+++ b/src/SMAPI.Mods.ErrorHandler/manifest.json
@@ -1,9 +1,9 @@
{
"Name": "Error Handler",
"Author": "SMAPI",
- "Version": "3.9.2",
+ "Version": "3.9.3",
"Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.",
"UniqueID": "SMAPI.ErrorHandler",
"EntryDll": "ErrorHandler.dll",
- "MinimumApiVersion": "3.9.2"
+ "MinimumApiVersion": "3.9.3"
}