aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-06 23:12:44 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-06 23:12:44 +0100
commit267ef5a027c6c67f91e52cbf52a0aacb550d2378 (patch)
tree80e16fe3f6161f4bc4c459ccb659d0d3e57170b9 /src/main/java/at/hannibal2/skyhanni/features
parent77697fc96ada428087f8abc2022ddb82df307d20 (diff)
downloadSkyHanni-267ef5a027c6c67f91e52cbf52a0aacb550d2378.tar.gz
SkyHanni-267ef5a027c6c67f91e52cbf52a0aacb550d2378.tar.bz2
SkyHanni-267ef5a027c6c67f91e52cbf52a0aacb550d2378.zip
debug command logic and console filter changes
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt
index c2c8bcb18..857305c27 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt
@@ -8,7 +8,7 @@ import net.minecraft.item.ItemStack
class BazaarApi {
companion object {
- private val bazaarMap = mutableMapOf<String, BazaarData>()
+ val bazaarMap = mutableMapOf<String, BazaarData>()
fun isBazaarInventory(inventoryName: String): Boolean {
if (inventoryName.contains(" ➜ ") && !inventoryName.contains("Museum")) return true