aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-16 01:56:40 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-16 01:56:40 +0100
commit0be549c5a42ff04cfab5d961891671e97eaa52d8 (patch)
tree2c23ac8629fa257f2fc399a560534b36eb4716ae
parent375f4231b51398ad39f019a3a8f853f23eb1e437 (diff)
downloadskyhanni-0be549c5a42ff04cfab5d961891671e97eaa52d8.tar.gz
skyhanni-0be549c5a42ff04cfab5d961891671e97eaa52d8.tar.bz2
skyhanni-0be549c5a42ff04cfab5d961891671e97eaa52d8.zip
Code cleanup
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt5
1 files changed, 1 insertions, 4 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 a7f46b44d..04ad6b841 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt
@@ -13,10 +13,7 @@ import net.minecraftforge.fml.common.eventhandler.EventPriority
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
class BazaarBestSellMethod {
-
- companion object {
- private var display = ""
- }
+ private var display = ""
@SubscribeEvent
fun onInventoryClose(event: InventoryCloseEvent) {