aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-08 22:05:39 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-10 23:45:24 +0100
commitf4653830901487e7a379d684febde66f42c66f71 (patch)
tree93c15e3c8551fb7d07e2c2f067aeff0061012003 /src/main
parent44f14c48a096a1cb3a50dc87f4b7e2a7557c6784 (diff)
downloadFirmament-f4653830901487e7a379d684febde66f42c66f71.tar.gz
Firmament-f4653830901487e7a379d684febde66f42c66f71.tar.bz2
Firmament-f4653830901487e7a379d684febde66f42c66f71.zip
Fix Fairy Soul waypoints sometimes not recognizing correct island
Diffstat (limited to 'src/main')
-rw-r--r--src/main/kotlin/util/SBData.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/util/SBData.kt b/src/main/kotlin/util/SBData.kt
index 0b2c404..051d070 100644
--- a/src/main/kotlin/util/SBData.kt
+++ b/src/main/kotlin/util/SBData.kt
@@ -37,7 +37,7 @@ object SBData {
it.serverType.getOrNull()?.name?.uppercase(),
it.mode.getOrNull(),
it.map.getOrNull())
- SkyblockServerUpdateEvent.publish(SkyblockServerUpdateEvent(lastLocraw, null))
+ SkyblockServerUpdateEvent.publish(SkyblockServerUpdateEvent(lastLocraw, locraw))
profileIdCommandDebounce = TimeMark.now()
}
}