diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 16:38:24 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 16:38:24 +0100 |
commit | 0356b4fad9c935f62dd15427c2f0218d2d267dc1 (patch) | |
tree | 895759fa2cf50a6db43d053031d31704ee812af8 /src/main/java/at/hannibal2/skyhanni | |
parent | 39826c759c26776f655cb8237b57f25343e8a77b (diff) | |
download | skyhanni-0356b4fad9c935f62dd15427c2f0218d2d267dc1.tar.gz skyhanni-0356b4fad9c935f62dd15427c2f0218d2d267dc1.tar.bz2 skyhanni-0356b4fad9c935f62dd15427c2f0218d2d267dc1.zip |
fixed wrong description
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenCommandsConfig.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenCommandsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenCommandsConfig.java index 1d88140ec..74d433a76 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenCommandsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenCommandsConfig.java @@ -15,12 +15,12 @@ public class GardenCommandsConfig { public boolean warpCommands = true; @Expose - @ConfigOption(name = "Home Hotkey", desc = "Press this key to set your Garden home. §cOnly works while on the garden.") + @ConfigOption(name = "Home Hotkey", desc = "Press this key to teleport you to your Garden home. §cOnly works while on the garden.") @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) public int homeHotkey = Keyboard.KEY_NONE; @Expose - @ConfigOption(name = "Sethome Hotkey", desc = "Press this key to teleport you to your Garden home. §cOnly works while on the garden.") + @ConfigOption(name = "Sethome Hotkey", desc = "Press this key to set your Garden home. §cOnly works while on the garden.") @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) public int sethomeHotkey = Keyboard.KEY_NONE; |