From 0356b4fad9c935f62dd15427c2f0218d2d267dc1 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 26 Nov 2023 16:38:24 +0100 Subject: fixed wrong description --- .../skyhanni/config/features/garden/GardenCommandsConfig.java | 4 ++-- 1 file 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; -- cgit