summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/utils
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-09-26 04:10:19 -0400
committerGitHub <noreply@github.com>2023-09-26 10:10:19 +0200
commit2b2c1cc43c08874a82123356adc7af24cfe09227 (patch)
treedbf6986ff16f16c1ee3946aa21b624db8813cb85 /src/main/java/at/hannibal2/skyhanni/utils
parent0ecab5ab4f94dce8b4b01bdad5d4b03a590e8345 (diff)
downloadskyhanni-2b2c1cc43c08874a82123356adc7af24cfe09227.tar.gz
skyhanni-2b2c1cc43c08874a82123356adc7af24cfe09227.tar.bz2
skyhanni-2b2c1cc43c08874a82123356adc7af24cfe09227.zip
Rich Presence Dynamic Priority Box and Dungeons #429
* Rich Presence Dynamic Priority Box and Dungeons * Merge branch 'beta' into discordrpc * Merge branch 'beta' into discordrpc * code cleanup * Fix according to requested changes * I blame IntelliJ auto formatting * Merge branch 'beta' into discordrpc * resolve merge conflict
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/utils')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/LorenzUtils.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/LorenzUtils.kt b/src/main/java/at/hannibal2/skyhanni/utils/LorenzUtils.kt
index 8bf8041a2..009ca293d 100644
--- a/src/main/java/at/hannibal2/skyhanni/utils/LorenzUtils.kt
+++ b/src/main/java/at/hannibal2/skyhanni/utils/LorenzUtils.kt
@@ -4,7 +4,7 @@ import at.hannibal2.skyhanni.SkyHanniMod
import at.hannibal2.skyhanni.data.HypixelData
import at.hannibal2.skyhanni.data.IslandType
import at.hannibal2.skyhanni.data.MayorElection
-import at.hannibal2.skyhanni.features.dungeon.DungeonData
+import at.hannibal2.skyhanni.features.dungeon.DungeonAPI
import at.hannibal2.skyhanni.mixins.transformers.AccessorGuiEditSign
import at.hannibal2.skyhanni.test.TestBingo
import at.hannibal2.skyhanni.utils.NEUItems.getItemStackOrNull
@@ -48,7 +48,7 @@ object LorenzUtils {
val inSkyBlock get() = onHypixel && HypixelData.skyBlock
- val inDungeons get() = inSkyBlock && DungeonData.inDungeon()
+ val inDungeons get() = inSkyBlock && DungeonAPI.inDungeon()
val skyBlockIsland get() = HypixelData.skyBlockIsland