remove unused config option

This commit is contained in:
ThatGamerBlue
2021-02-08 17:08:27 +00:00
parent a2d9993fdc
commit 19d926c0b6

View File

@@ -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()
{