aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-02 10:47:32 +0200
committerhannibal2 <24389977+hannibal002@users.noreply.github.com>2023-08-02 14:43:34 +0200
commitdcd7d99b617cc9604eade940248b028b68268313 (patch)
tree78a52feb419fb9b0832a0d643ff2bf05a07d2c04
parent17d23c87f4a2589f0ca0a19805c60833b253a1a3 (diff)
downloadskyhanni-dcd7d99b617cc9604eade940248b028b68268313.tar.gz
skyhanni-dcd7d99b617cc9604eade940248b028b68268313.tar.bz2
skyhanni-dcd7d99b617cc9604eade940248b028b68268313.zip
added bing hoe support
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt
index d50ec8094..72d1d1dc6 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt
@@ -118,6 +118,8 @@ object GardenAPI {
if (internalName.startsWith("ROOKIE_HOE")) return true
+ if (internalName.startsWith("BINGHOE")) return true
+
return false
}