mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
28 lines
543 B
Java
28 lines
543 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2023 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> CHANGE 2 : 3 @ 2 : 8
|
|
|
|
~ import net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager;
|
|
|
|
> DELETE 1 @ 1 : 2
|
|
|
|
> CHANGE 33 : 34 @ 33 : 34
|
|
|
|
~ protected void keyTyped(char parChar1, int parInt1) {
|
|
|
|
> CHANGE 2 : 3 @ 2 : 3
|
|
|
|
~ protected void actionPerformed(GuiButton parGuiButton) {
|
|
|
|
> INSERT 7 : 9 @ 7
|
|
|
|
+ this.mc.theWorld.sendQuittingDisconnectingPacket();
|
|
+ this.mc.loadWorld((WorldClient) null);
|
|
|
|
> EOF
|