diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt b/src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt index 14422e6b4..545c34afd 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt @@ -57,7 +57,7 @@ object GriffinBurrowHelper { targetLocation = location if (config.burrowNearestWarp) { - BurrowWarpHelper.shouldUseWarps(location) + BurrowWarpHelper.shouldUseWarps(findBlock(location)) } if (config.burrowsNearbyDetection) { checkRemoveGuess(false) |