summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-17 03:34:12 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-17 03:34:12 +0100
commit8b7b52ab9a7395dbcf29f642b6492b4cceb25f73 (patch)
treea15aac238e307c70511409118dc9e21b3eb51134 /src/main/java/at/hannibal2/skyhanni/events
parentad0c264c347367bfd02437e25d2835e3cd0d3737 (diff)
downloadskyhanni-8b7b52ab9a7395dbcf29f642b6492b4cceb25f73.tar.gz
skyhanni-8b7b52ab9a7395dbcf29f642b6492b4cceb25f73.tar.bz2
skyhanni-8b7b52ab9a7395dbcf29f642b6492b4cceb25f73.zip
Removed Diana "Smooth Transition" and replaced it with "Line to Next".
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/BurrowGuessEvent.kt (renamed from src/main/java/at/hannibal2/skyhanni/events/SoopyGuessBurrowEvent.kt)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/SoopyGuessBurrowEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/BurrowGuessEvent.kt
index c4b4683c5..844e43eef 100644
--- a/src/main/java/at/hannibal2/skyhanni/events/SoopyGuessBurrowEvent.kt
+++ b/src/main/java/at/hannibal2/skyhanni/events/BurrowGuessEvent.kt
@@ -2,4 +2,4 @@ package at.hannibal2.skyhanni.events
import at.hannibal2.skyhanni.utils.LorenzVec
-class SoopyGuessBurrowEvent(val guessLocation: LorenzVec) : LorenzEvent() \ No newline at end of file
+class BurrowGuessEvent(val guessLocation: LorenzVec) : LorenzEvent()