diff --git a/runelite-client/src/main/java/com/openosrs/client/config/OpenOSRSConfig.java b/runelite-client/src/main/java/com/openosrs/client/config/OpenOSRSConfig.java index 29d8d6712b..88faf46cb5 100644 --- a/runelite-client/src/main/java/com/openosrs/client/config/OpenOSRSConfig.java +++ b/runelite-client/src/main/java/com/openosrs/client/config/OpenOSRSConfig.java @@ -106,22 +106,11 @@ public interface OpenOSRSConfig extends Config return true; } - @ConfigItem( - keyName = "keyboardPin", - name = "Keyboard bank pin", - description = "Enables you to type your bank pin", - position = 22 - ) - default boolean keyboardPin() - { - return false; - } - @ConfigItem( keyName = "detachHotkey", name = "Detach Cam", - description = "Detach Camera hotkey, press this and it will activate detatched camera.", - position = 23 + description = "Detach Camera hotkey, press this and it will activate detached camera.", + position = 22 ) default Keybind detachHotkey() {