Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
fix pft command (mostlikely)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJuri committed Apr 8, 2024
1 parent 1eb405f commit 47977c6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions src/main/kotlin/dev/macrohq/swiftslayer/command/PathfindTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ import dev.macrohq.swiftslayer.util.swiftSlayer
class PathfindTest {
@Main
private fun main() {
Logger.info(SlayerUtil.getActive().toString())
//revenant.enable()
// PathingUtil.goto(swiftSlayer.removeLater!!)
// world.getLoadedEntityList().forEach {
// println(it)
// }
if(swiftSlayer.removeLater == null) {
Logger.error("Please set a location first.")
return
}
PathingUtil.goto(swiftSlayer.removeLater!!)
}

@SubCommand
Expand All @@ -47,11 +46,6 @@ class PathfindTest {

@SubCommand
private fun stop() {
mobKiller.disable()
PathingUtil.stop()
RotationUtil.stop()
autoBatphone.disable()
KeyBindUtil.stopClicking()
revenant.disable()
}
}

0 comments on commit 47977c6

Please sign in to comment.