diff options
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorFeatures.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorFeatures.kt index fe792b71e..458e8e218 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorFeatures.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorFeatures.kt @@ -143,7 +143,7 @@ class GardenVisitorFeatures { val thePlayer = Minecraft.getMinecraft().thePlayer thePlayer.sendChatMessage("/bz ${name.removeColor()}"); } - }) { GardenAPI.inGarden() && InventoryUtils.inStorage() }) + }) { GardenAPI.inGarden() && !InventoryUtils.inStorage() }) if (config.visitorNeedsShowPrice) { val price = NEUItems.getPrice(internalName) * amount |