summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/Patches/ObjectErrorPatch.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Patches/ObjectErrorPatch.cs b/src/SMAPI/Patches/ObjectErrorPatch.cs
index 2cbb60c5..0481259d 100644
--- a/src/SMAPI/Patches/ObjectErrorPatch.cs
+++ b/src/SMAPI/Patches/ObjectErrorPatch.cs
@@ -49,7 +49,7 @@ namespace StardewModdingAPI.Patches
return false;
}
- return false;
+ return true;
}
}
}