mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8.git
synced 2025-07-22 13:31:16 -09:00
27 lines
405 B
Java
27 lines
405 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2024 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> DELETE 2 @ 2 : 4
|
|
|
|
> CHANGE 12 : 13 @ 12 : 13
|
|
|
|
~ protected void keyTyped(char parChar1, int parInt1) {
|
|
|
|
> INSERT 24 : 33 @ 24
|
|
|
|
+
|
|
+ public boolean shouldHangupIntegratedServer() {
|
|
+ return false;
|
|
+ }
|
|
+
|
|
+ public boolean canCloseGui() {
|
|
+ return false;
|
|
+ }
|
|
+
|
|
|
|
> EOF
|