diff --git a/build.gradle b/build.gradle index c13d1f9..4eb9dff 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'net.momirealms' -version = '3.2.2-hotfix' +version = '3.2.2-hotfix2' repositories { mavenCentral() diff --git a/libs/ProtectionLib.jar b/libs/ProtectionLib.jar index 4a2e9d1..28a87e4 100644 Binary files a/libs/ProtectionLib.jar and b/libs/ProtectionLib.jar differ diff --git a/src/main/java/net/momirealms/customcrops/api/object/world/CCWorld.java b/src/main/java/net/momirealms/customcrops/api/object/world/CCWorld.java index eff3090..333a80b 100644 --- a/src/main/java/net/momirealms/customcrops/api/object/world/CCWorld.java +++ b/src/main/java/net/momirealms/customcrops/api/object/world/CCWorld.java @@ -460,7 +460,7 @@ public class CCWorld extends Function { removePotData(simpleLocation); return; } - if (potKey.equals(pot.getPotKey())) { + if (!potKey.equals(pot.getPotKey())) { return; } if (ConfigUtils.isVanillaItem(replacer)) {