aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorThunderblade73 <85900443+Thunderblade73@users.noreply.github.com>2024-05-30 11:21:50 +0200
committerGitHub <noreply@github.com>2024-05-30 11:21:50 +0200
commit6b0e324c96073d824c12dff1629a782352155e99 (patch)
tree95317e2d5d134dc596eaa237cefb7f271384796a /src/main/java/at/hannibal2/skyhanni/events
parentb2733f13841363c9417c0eb79d7240990eb36bcb (diff)
downloadskyhanni-6b0e324c96073d824c12dff1629a782352155e99.tar.gz
skyhanni-6b0e324c96073d824c12dff1629a782352155e99.tar.bz2
skyhanni-6b0e324c96073d824c12dff1629a782352155e99.zip
Feature: Hotm Features + Hotm API/Data (#1059)
Co-authored-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Co-authored-by: Empa <42304516+ItsEmpa@users.noreply.github.com> Co-authored-by: martimavocado <39881008+martimavocado@users.noreply.github.com> Co-authored-by: martimavocado <martim.cavaco@tutanota.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/DebugDataCollectEvent.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/DebugDataCollectEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/DebugDataCollectEvent.kt
index 0162e72e4..3b8a884a9 100644
--- a/src/main/java/at/hannibal2/skyhanni/events/DebugDataCollectEvent.kt
+++ b/src/main/java/at/hannibal2/skyhanni/events/DebugDataCollectEvent.kt
@@ -18,7 +18,7 @@ class DebugDataCollectEvent(private val list: MutableList<String>, private val s
fun addIrrelevant(text: String) = addIrrelevant(listOf(text))
- private fun addIrrelevant(text: List<String>) {
+ fun addIrrelevant(text: List<String>) {
irrelevant = true
addData(text)
}