From dc4997f76cb343a9133b6b11bbdd539daaafcb46 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Sat, 1 Jul 2023 09:28:29 +1000 Subject: Merge pull request #280 * 3 -> 2 * works well enough --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 84a792a09..ad39b0254 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -241,8 +241,7 @@ public class Garden { @Expose @ConfigOption( name = "Enabled", - desc = "Tallies up statistic about visitors and the rewards you have received from them.\n" + - "§eThis feature is in beta please report issues on the discord!" + desc = "Tallies up statistic about visitors and the rewards you have received from them." ) @ConfigEditorBoolean public boolean enabled = true; -- cgit