diff options
author | nea <nea@nea.moe> | 2023-09-06 01:57:18 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-09-06 01:57:18 +0200 |
commit | 7515c6048c5fcee27af394ace02ba35256d10106 (patch) | |
tree | 084e607674150eabf5361a95bfdcd42264b795e4 | |
parent | c0de9efee25cb1956cc47504f5d54ff0fe0e9674 (diff) | |
download | Firmament-7515c6048c5fcee27af394ace02ba35256d10106.tar.gz Firmament-7515c6048c5fcee27af394ace02ba35256d10106.tar.bz2 Firmament-7515c6048c5fcee27af394ace02ba35256d10106.zip |
Fix fairy soul waypoints showing incorrectly after warping into limbo
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/util/SBData.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/util/SBData.kt b/src/main/kotlin/moe/nea/firmament/util/SBData.kt index fdec432..348f048 100644 --- a/src/main/kotlin/moe/nea/firmament/util/SBData.kt +++ b/src/main/kotlin/moe/nea/firmament/util/SBData.kt @@ -65,7 +65,9 @@ object SBData { } WorldReadyEvent.subscribe { + val lastLocraw = locraw locraw = null + SkyblockServerUpdateEvent.publish(SkyblockServerUpdateEvent(lastLocraw, null)) hasSentLocraw = false hasReceivedProfile = false profileId = null |