aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-06-27 17:12:07 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-06-27 17:12:07 +0200
commit0e6572f5af0bc9bb677f2a64f0a700b55e060075 (patch)
tree30b2e4f4426011002506ba648fa29446315f1d19 /src
parent968014f07cd32b76d530348e7535739cb1ce16c2 (diff)
downloadskyhanni-0e6572f5af0bc9bb677f2a64f0a700b55e060075.tar.gz
skyhanni-0e6572f5af0bc9bb677f2a64f0a700b55e060075.tar.bz2
skyhanni-0e6572f5af0bc9bb677f2a64f0a700b55e060075.zip
added todo
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
index 82bd6d315..dd4a91fb9 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
@@ -453,6 +453,7 @@ object HypixelData {
islandType = getIslandType(foundIsland, guesting)
}
+ // TODO dont send events when one of the arguments is none, at least when not on sb anymore
if (skyBlockIsland != islandType) {
IslandChangeEvent(islandType, skyBlockIsland).postAndCatch()
if (islandType == IslandType.UNKNOWN) {