diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-12 17:04:19 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-12 17:04:19 +0200 |
commit | 1379a1f5d464cb2f0006115dee25499cca8d26ef (patch) | |
tree | b4260be32dbcc2af7ef3020182f65aea4b608dd7 /src/main/java/at/hannibal2/skyhanni/config | |
parent | cba2c097f604b39bdef3522ea7018bea0b43af97 (diff) | |
download | skyhanni-1379a1f5d464cb2f0006115dee25499cca8d26ef.tar.gz skyhanni-1379a1f5d464cb2f0006115dee25499cca8d26ef.tar.bz2 skyhanni-1379a1f5d464cb2f0006115dee25499cca8d26ef.zip |
renamed option name
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java index 7cd88e25e..b0bcf8e04 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java @@ -363,7 +363,7 @@ public class EventConfig { public boolean allWaypoints = false; @Expose - @ConfigOption(name = "Helper Waypoints", desc = "Show helper waypoints to Baskets #23, #24, and #25. Coordinates by §bErymanthus§7.") + @ConfigOption(name = "Entrance Waypoints", desc = "Show helper waypoints to Baskets #23, #24, and #25. Coordinates by §bErymanthus§7.") @ConfigEditorBoolean public boolean allEntranceWaypoints = false; |