Fix fairy soul waypoints showing incorrectly after warping into limbo

This commit is contained in:
nea
2023-09-06 01:57:18 +02:00
parent c0de9efee2
commit 7515c6048c

View File

@@ -65,7 +65,9 @@ object SBData {
} }
WorldReadyEvent.subscribe { WorldReadyEvent.subscribe {
val lastLocraw = locraw
locraw = null locraw = null
SkyblockServerUpdateEvent.publish(SkyblockServerUpdateEvent(lastLocraw, null))
hasSentLocraw = false hasSentLocraw = false
hasReceivedProfile = false hasReceivedProfile = false
profileId = null profileId = null