Skip to content

Commit

Permalink
fix: rebase error didn't close SkytilsWS connection
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed May 18, 2024
1 parent 100c3b3 commit 8afe643
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/kotlin/gg/skytils/skytilsmod/Skytils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,10 @@ class Skytils {
Utils.isOnHypixel = false
Utils.skyblock = false
Utils.dungeons = false

IO.launch {
WSClient.closeConnection()
}
}

@SubscribeEvent
Expand Down

0 comments on commit 8afe643

Please sign in to comment.