summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/event
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2024-05-02 11:15:53 +0200
committerGitHub <noreply@github.com>2024-05-02 11:15:53 +0200
commit88a955969c550657ded7387c91e84d2bf37bec4d (patch)
treefc8c81ab07d148824c19e52a07089c1186005481 /src/main/java/at/hannibal2/skyhanni/features/event
parentf6fefac5b5ee7298dbc34f82b277a030e808ca2a (diff)
downloadskyhanni-88a955969c550657ded7387c91e84d2bf37bec4d.tar.gz
skyhanni-88a955969c550657ded7387c91e84d2bf37bec4d.tar.bz2
skyhanni-88a955969c550657ded7387c91e84d2bf37bec4d.zip
Improvement: Hide garden guis in cf (#1648)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/event')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityCollectionStats.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityCollectionStats.kt b/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityCollectionStats.kt
index 425503c75..e632bf12e 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityCollectionStats.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityCollectionStats.kt
@@ -18,7 +18,7 @@ import at.hannibal2.skyhanni.utils.StringUtils.matches
import at.hannibal2.skyhanni.utils.renderables.Renderable
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
-class HoppityCollectionStats {
+object HoppityCollectionStats {
private val config get() = ChocolateFactoryAPI.config
@@ -47,7 +47,7 @@ class HoppityCollectionStats {
private var display = emptyList<Renderable>()
private val loggedRabbits = mutableMapOf<String, RabbitCollectionInfo>()
private var totalRabbits = 0
- private var inInventory = false
+ var inInventory = false
private var currentPage = 0
@SubscribeEvent