now with waifus
This commit is contained in:
@@ -351,7 +351,7 @@ public class Control extends Module{
|
||||
throw new RuntimeException(error);
|
||||
}
|
||||
|
||||
if(debug && Inputs.keyTap("console")){
|
||||
if(debug && Inputs.keyTap(io.anuke.ucore.input.Input.GRAVE)){
|
||||
console = !console;
|
||||
}
|
||||
|
||||
|
||||
@@ -38,8 +38,7 @@ public class DefaultKeybinds{
|
||||
"chat", Input.ENTER,
|
||||
"chat_history_prev", Input.UP,
|
||||
"chat_history_next", Input.DOWN,
|
||||
"chat_scroll", new Axis(Input.SCROLL),
|
||||
"console", Input.GRAVE
|
||||
"chat_scroll", new Axis(Input.SCROLL)
|
||||
);
|
||||
|
||||
KeyBinds.defaultSection(section, DeviceType.controller,
|
||||
|
||||
Reference in New Issue
Block a user