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
commit139a55b1c40ba5fa7eeae352cdde5034516a150d (patch)
tree80e16fe3f6161f4bc4c459ccb659d0d3e57170b9 /src/main/java/at/hannibal2/skyhanni/features
parent362e3efddab52c954a46766e217d6b4faba5332e (diff)
downloadskyhanni-139a55b1c40ba5fa7eeae352cdde5034516a150d.tar.gz
skyhanni-139a55b1c40ba5fa7eeae352cdde5034516a150d.tar.bz2
skyhanni-139a55b1c40ba5fa7eeae352cdde5034516a150d.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