diff options
| author | Lorenz <lo.scherf@gmail.com> | 2022-08-18 22:44:20 +0200 |
|---|---|---|
| committer | Lorenz <lo.scherf@gmail.com> | 2022-08-18 22:44:20 +0200 |
| commit | 65e3e095fa80d96c6c84fd20ec3337dde6e24350 (patch) | |
| tree | 96791de17bd9bbb7e322c84d99175f590dbe911f | |
| parent | 22129fe42b629aae48fca5e756682dadac5072ab (diff) | |
| download | SkyHanni-65e3e095fa80d96c6c84fd20ec3337dde6e24350.tar.gz SkyHanni-65e3e095fa80d96c6c84fd20ec3337dde6e24350.tar.bz2 SkyHanni-65e3e095fa80d96c6c84fd20ec3337dde6e24350.zip | |
hotfix 0.4.1 - removing red bazaar errors
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataGrabber.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataGrabber.kt b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataGrabber.kt index 324f180de..925ab11fa 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataGrabber.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataGrabber.kt @@ -91,7 +91,8 @@ internal class BazaarDataGrabber(private var bazaarMap: MutableMap<String, Bazaa val itemName = itemNames.getOrDefault(apiName, null) if (itemName == null) { - LorenzUtils.error("Bazaar item name is null for '$apiName'! Restart to fix this problem!") + //TODO need to re enable this later again +// LorenzUtils.error("Bazaar item name is null for '$apiName'! Restart to fix this problem!") continue } |
