diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-17 11:50:18 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-17 11:50:18 +0200 |
commit | efedfa550e5a41d52ff27f98a72571ffe01e9997 (patch) | |
tree | 85675373434d8e6543d719ee8c677de8abcd95bb /src/main | |
parent | e26273f950e292bcfe127a1101306218a2c5e2a2 (diff) | |
download | skyhanni-efedfa550e5a41d52ff27f98a72571ffe01e9997.tar.gz skyhanni-efedfa550e5a41d52ff27f98a72571ffe01e9997.tar.bz2 skyhanni-efedfa550e5a41d52ff27f98a72571ffe01e9997.zip |
code cleanup
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt b/src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt index c994033dd..ec0a1e2ae 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt @@ -259,7 +259,6 @@ class SoopyGuessBurrow { if (lastParticlePoint2 == null || firstParticlePoint == null || distance2 == null || lastSoundPoint == null) return - val lineDist = lastParticlePoint2?.distance(particlePoint!!)!! distance = distance2!! |