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/features/dungeon | |
| 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/features/dungeon')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt index 7657a27e4..af3518141 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt @@ -226,7 +226,7 @@ class DungeonAPI { event.title("Dungeon") if (!LorenzUtils.inDungeons) { - event.ignore("not in dungeons") + event.addIrrelevant("not in dungeons") return } |
