diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-07-01 09:28:29 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-01 01:28:29 +0200 |
| commit | dc4997f76cb343a9133b6b11bbdd539daaafcb46 (patch) | |
| tree | d0ea739fd5752195ed00bde4bc046d9f158142b9 /src/main/java/at/hannibal2/skyhanni/config | |
| parent | a1e3d4702f86f1be499ffb051fd0b4eee25a58de (diff) | |
| download | skyhanni-dc4997f76cb343a9133b6b11bbdd539daaafcb46.tar.gz skyhanni-dc4997f76cb343a9133b6b11bbdd539daaafcb46.tar.bz2 skyhanni-dc4997f76cb343a9133b6b11bbdd539daaafcb46.zip | |
Merge pull request #280
* 3 -> 2
* works well enough
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
