summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/bazaar
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-26 17:47:10 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-26 17:47:10 +0100
commit3392c42bf881c53feb661a998aa4f68bedb448cb (patch)
tree2da94f9ee1a09bae4e3be66b9c7d55853a4be439 /src/main/java/at/hannibal2/skyhanni/features/bazaar
parentc5a0d1daf0138fc1d3ad4c7253d139258edca7d6 (diff)
downloadskyhanni-3392c42bf881c53feb661a998aa4f68bedb448cb.tar.gz
skyhanni-3392c42bf881c53feb661a998aa4f68bedb448cb.tar.bz2
skyhanni-3392c42bf881c53feb661a998aa4f68bedb448cb.zip
Code cleanup.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/bazaar')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt
index 92baf6ee6..a7f46b44d 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt
@@ -19,7 +19,7 @@ class BazaarBestSellMethod {
}
@SubscribeEvent
- fun onBackgroundDrawn(event: InventoryCloseEvent) {
+ fun onInventoryClose(event: InventoryCloseEvent) {
display = ""
}