aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/event
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-08 03:28:52 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-08 03:28:52 +0200
commit3ba6a1b438b4bb4d7143903bc477a1493508c54c (patch)
tree705b421f6f5a2d2b2a194c1e79d3b50d3785a3b6 /src/main/java/at/hannibal2/skyhanni/features/event
parent7b84e7782e63d85bf17a4f9c3d66af5681eecf90 (diff)
downloadskyhanni-3ba6a1b438b4bb4d7143903bc477a1493508c54c.tar.gz
skyhanni-3ba6a1b438b4bb4d7143903bc477a1493508c54c.tar.bz2
skyhanni-3ba6a1b438b4bb4d7143903bc477a1493508c54c.zip
misc code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/event')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/event/diana/BurrowWarpHelper.kt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/diana/BurrowWarpHelper.kt b/src/main/java/at/hannibal2/skyhanni/features/event/diana/BurrowWarpHelper.kt
index f843ff942..c58ff7d90 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/event/diana/BurrowWarpHelper.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/event/diana/BurrowWarpHelper.kt
@@ -65,10 +65,6 @@ class BurrowWarpHelper {
val playerDistance = playerLocation.distance(target)
val warpDistance = warpPoint.distance(target)
-// println(" ")
-// println("shouldUseWarps")
-// println("playerDistance: ${playerDistance.round(1)}")
-// println("warpDistance: ${warpDistance.round(1)}")
val difference = playerDistance - warpDistance
currentWarp = if (difference > 10) {
warpPoint