mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-19 21:10:17 -07:00
Minor fixes to the dev console
This commit is contained in:
parent
6b9b6cc70b
commit
e3c66c7f3e
3 changed files with 12 additions and 11 deletions
|
|
@ -73,10 +73,10 @@ final class KeyboardListener implements KeyListener, FocusListener {
|
|||
DeveloperConsole.INSTANCE.toggle();
|
||||
return;
|
||||
}
|
||||
// if (DeveloperConsole.INSTANCE.getOpen()) {
|
||||
// DeveloperConsole.INSTANCE.handleKeyDown(var1);
|
||||
// return;
|
||||
// }
|
||||
if (DeveloperConsole.INSTANCE.getOpen()) {
|
||||
DeveloperConsole.INSTANCE.handleKeyDown(var1);
|
||||
return;
|
||||
}
|
||||
|
||||
if(null != Class3_Sub13_Sub3.aClass148_3049) {
|
||||
Class3_Sub13_Sub33.anInt3398 = 0;
|
||||
|
|
|
|||
|
|
@ -4111,7 +4111,6 @@ public class Unsorted {
|
|||
if (var11.anInt189 == 1405) {
|
||||
if (DeveloperConsole.INSTANCE.getOpen()) {
|
||||
gameWindowWidth = var11.width + var13;
|
||||
//Toolkit.getActiveToolkit().fillRect(0, 0, var11.width + var13, 300, 0x332277, 128);
|
||||
}
|
||||
|
||||
if (ClientCommands.fpsOverlayEnabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue