remove unused config option
This commit is contained in:
@@ -106,22 +106,11 @@ public interface OpenOSRSConfig extends Config
|
|||||||
return true;
|
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(
|
@ConfigItem(
|
||||||
keyName = "detachHotkey",
|
keyName = "detachHotkey",
|
||||||
name = "Detach Cam",
|
name = "Detach Cam",
|
||||||
description = "Detach Camera hotkey, press this and it will activate detatched camera.",
|
description = "Detach Camera hotkey, press this and it will activate detached camera.",
|
||||||
position = 23
|
position = 22
|
||||||
)
|
)
|
||||||
default Keybind detachHotkey()
|
default Keybind detachHotkey()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user