aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-26 17:08:23 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-26 17:08:23 +0100
commitec40d26903ef256cea3175693038400e64981f1b (patch)
tree3a00756939bb528b4c13c9c6b3f6d880380229be /src/main/java/at/hannibal2/skyhanni/config
parent7a8e3bf8dbacdeaf3a584dfbac61adff005cf1c1 (diff)
downloadskyhanni-ec40d26903ef256cea3175693038400e64981f1b.tar.gz
skyhanni-ec40d26903ef256cea3175693038400e64981f1b.tar.bz2
skyhanni-ec40d26903ef256cea3175693038400e64981f1b.zip
more compact plot name in scoreboard
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java
index b8351feeb..77e497b5e 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java
@@ -214,7 +214,7 @@ public class GardenConfig {
public boolean plotBorders = true;
@Expose
- @ConfigOption(name = "Plot Name in Scoreboard", desc = "Showing a better plot name in scoreboard. Updates faster and doesnt hide when pests are spawned.")
+ @ConfigOption(name = "Plot Name in Scoreboard", desc = "Showing a more compact plot name in scoreboard. Updates faster and doesnt hide when pests are spawned.")
@ConfigEditorBoolean
@FeatureToggle
public boolean plotNameInScoreboard = true;