From 8338eebd6d73e3034c3d7e96fb0beb2f2ad1476a Mon Sep 17 00:00:00 2001 From: ReyMaratov <77993433+ReyMaratov@users.noreply.github.com> Date: Sat, 2 Sep 2023 08:15:40 +0200 Subject: updated the bingo tips description (#434) --- src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit