diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-18 21:32:19 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-18 21:32:19 +0100 |
| commit | 1bf29e31e35c4eb1a40fe0a7dfd111955ef48322 (patch) | |
| tree | 7abc0d2666e250c63f6f1f044a8386950bf365ed /src/main/java/at/hannibal2/skyhanni/data | |
| parent | 1a2abbef994d493d9e7d3c8dc421dc5b2f47e342 (diff) | |
| download | skyhanni-1bf29e31e35c4eb1a40fe0a7dfd111955ef48322.tar.gz skyhanni-1bf29e31e35c4eb1a40fe0a7dfd111955ef48322.tar.bz2 skyhanni-1bf29e31e35c4eb1a40fe0a7dfd111955ef48322.zip | |
renamed ignore to irrelevant
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/SlayerAPI.kt | 2 | ||||
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/SlayerAPI.kt b/src/main/java/at/hannibal2/skyhanni/data/SlayerAPI.kt index c86563361..ee6899340 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/SlayerAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/SlayerAPI.kt @@ -75,7 +75,7 @@ object SlayerAPI { event.title("Slayer") if (!hasActiveSlayerQuest()) { - event.ignore("no active slayer quest") + event.addIrrelevant("no active slayer quest") return } diff --git a/src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt b/src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt index 4e8b95080..5296053d1 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt @@ -179,7 +179,7 @@ class RepoManager(private val configLocation: File) { event.title("Repo Status") if (unsuccessfulConstants.isEmpty() && successfulConstants.isNotEmpty()) { - event.ignore("Repo working fine") + event.addIrrelevant("Repo working fine") return } |
