diff options
author | ReyMaratov <77993433+ReyMaratov@users.noreply.github.com> | 2023-09-02 08:15:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 08:15:40 +0200 |
commit | 8338eebd6d73e3034c3d7e96fb0beb2f2ad1476a (patch) | |
tree | f98f2eb14000b1f7385eaaf88e699e919ff2ad5a | |
parent | e9aa6802a2b9bf034b45b1197fc77f039a776889 (diff) | |
download | skyhanni-8338eebd6d73e3034c3d7e96fb0beb2f2ad1476a.tar.gz skyhanni-8338eebd6d73e3034c3d7e96fb0beb2f2ad1476a.tar.bz2 skyhanni-8338eebd6d73e3034c3d7e96fb0beb2f2ad1476a.zip |
updated the bingo tips description (#434)
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java index 4be6eeb41..36bec57bc 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java @@ -41,7 +41,8 @@ public class BingoConfig { @ConfigOption( name = "Show Guide", desc = "Show tips and difficulty for bingo goals inside the bingo card inventory.\n" + - "§eData from Bingo Splash Community§7, made by §cMayxo" + "These tips are made from inspirations and guides from the community,\n"+ + "aiming to help you to complete the bingo card." ) @ConfigEditorBoolean @FeatureToggle |