aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-23 11:02:23 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-23 11:02:23 +0200
commite9c51ac3a9d61cf9c5616c476cbbb8dcb7cba87c (patch)
tree713e9550c07df54651d1429625600bba91a7d763 /src/main/java/at/hannibal2/skyhanni/config
parent0e056d210d4cf46c1c82310c01adc99f8ab1853e (diff)
downloadskyhanni-e9c51ac3a9d61cf9c5616c476cbbb8dcb7cba87c.tar.gz
skyhanni-e9c51ac3a9d61cf9c5616c476cbbb8dcb7cba87c.tar.bz2
skyhanni-e9c51ac3a9d61cf9c5616c476cbbb8dcb7cba87c.zip
removed debug and fixed typo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
index da816457e..f2176badc 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -354,7 +354,7 @@ public class MiscConfig {
public boolean acceptQuest = false;
@Expose
- @ConfigOption(name = "Trapper Hotkey", desc = "Press this key to warp to Trevor's Den and to accept the quest." +
+ @ConfigOption(name = "Trapper Hotkey", desc = "Press this key to warp to Trevor's Den or to accept the quest. " +
"§eRequires the relevant above settings to be toggled")
@ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE)
public int keyBindWarpTrapper = Keyboard.KEY_NONE;