diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-02 00:30:18 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-02 00:30:18 +0100 |
commit | a11d12c0cc4202715ea4305f5bced886d6a7df4f (patch) | |
tree | a41332bf2063ae0364147e0fb28feb0db8e73812 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 3a661521014be1ff856e08243f961f8745571eb2 (diff) | |
download | skyhanni-a11d12c0cc4202715ea4305f5bced886d6a7df4f.tar.gz skyhanni-a11d12c0cc4202715ea4305f5bced886d6a7df4f.tar.bz2 skyhanni-a11d12c0cc4202715ea4305f5bced886d6a7df4f.zip |
Renamed feature and using lastOrNull instead of last to avoid List is empty error.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java index bc333cfb8..60cc0e405 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java @@ -87,7 +87,7 @@ public class InventoryConfig { VACUUM_GARDEN("§bVacuum (Garden)", 14), BOTTLE_OF_JYRRE("§bBottle Of Jyrre", 15), EDITION_NUMBER("§bEdition Number", 16), - SECRET_BINGO_DISCOVERY("§bSecret Bingo Discovery"), + BINGO_GOAL_RANK("§bBingo Goal Rank"), ; private final String str; |