diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-16 20:41:26 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-16 20:41:26 -0500 |
commit | 82beefd8531467de318c1881afd15a258d489f37 (patch) | |
tree | cedc28e33b97aa8997272f05bc20b90577eda9ee /src/SMAPI/Patches/ObjectErrorPatch.cs | |
parent | b214a76965d98ca785b64b490533b6bf66371a48 (diff) | |
parent | a6f74e8fd4da62a7770f1697c6162313b30ba525 (diff) | |
download | SMAPI-82beefd8531467de318c1881afd15a258d489f37.tar.gz SMAPI-82beefd8531467de318c1881afd15a258d489f37.tar.bz2 SMAPI-82beefd8531467de318c1881afd15a258d489f37.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI/Patches/ObjectErrorPatch.cs')
-rw-r--r-- | src/SMAPI/Patches/ObjectErrorPatch.cs | 2 |
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; } } } |