Skip to content

Commit

Permalink
fix: flight -> fly
Browse files Browse the repository at this point in the history
  • Loading branch information
opZywl committed Jan 21, 2025
1 parent abcb153 commit 4a31ea4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ object BlocksMC2 : FlyMode("BlocksMC2"), Listenable {
}

val onWorld = handler<WorldEvent> { event ->
Fly.state = false
Flight.state = false

// Clear packets on disconnect
if (event.worldClient == null) {
Expand Down

0 comments on commit 4a31ea4

Please sign in to comment.