aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-06-14 15:57:32 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-06-14 15:57:32 +0200
commit5020d094e7af684eae40f0ceb66e8802c4d8d830 (patch)
tree69231938f3b04ae5a12ef55b3310784459a2c575
parent34e2d19a32f36ddef298668788447aed01c62703 (diff)
downloadskyhanni-5020d094e7af684eae40f0ceb66e8802c4d8d830.tar.gz
skyhanni-5020d094e7af684eae40f0ceb66e8802c4d8d830.tar.bz2
skyhanni-5020d094e7af684eae40f0ceb66e8802c4d8d830.zip
hoppity data are not important
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt b/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt
index 4e5d96f2a..893e0f6e5 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt
@@ -304,7 +304,7 @@ object HoppityEggLocator {
return
}
- event.addData {
+ event.addIrrelevant {
add("First Pos: $firstPos")
add("Second Pos: $secondPos")
add("Possible Egg Locations: ${possibleEggLocations.size}")