Skip to content

Commit

Permalink
Update ReverseFreecam.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspw-w committed Apr 30, 2024
1 parent 8101016 commit 9bbe9f8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ class ReverseFreecam : Module() {
private var startY: Double? = null
private var startZ: Double? = null

override fun onEnable() {
if (mc.isIntegratedServerRunning) {
state = false
chat("Don't works on single player!")
}
}

override fun onDisable() {
reset()
}
Expand Down

0 comments on commit 9bbe9f8

Please sign in to comment.