diff options
| author | NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> | 2023-03-15 12:06:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 12:06:23 -0400 |
| commit | 31c3c56912fc243cd1f19f4be7ba10e0ea43fc8b (patch) | |
| tree | 12b55cb44930fae7defc024bb2fe016cf4c85155 | |
| parent | 539553c2c57f584f6ef76de91fd8c96101c673e0 (diff) | |
| download | SkyHanni-31c3c56912fc243cd1f19f4be7ba10e0ea43fc8b.tar.gz SkyHanni-31c3c56912fc243cd1f19f4be7ba10e0ea43fc8b.tar.bz2 SkyHanni-31c3c56912fc243cd1f19f4be7ba10e0ea43fc8b.zip | |
Spelling
Bestiary was spelled wrong
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java index 4b4610d75..4eb0547d0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java @@ -8,7 +8,7 @@ public class Bingo { @Expose @ConfigOption(name = "Compact Chat Messages", desc = "Shortens chat messages about skill level ups, collection gains, " + - "new area discoveries, and bestiarity upgrades while on bingo.") + "new area discoveries, and bestiary upgrades while on bingo.") @ConfigEditorBoolean public boolean compactChatMessages = true; |
