Minecraft 1.9.4

This commit is contained in:
md_5
2016-05-10 21:47:39 +10:00
parent 4cb32587ac
commit c5e9a169fa
236 changed files with 1471 additions and 1822 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/server/NetworkManager.java
+++ b/net/minecraft/server/NetworkManager.java
@@ -113,7 +113,7 @@
@@ -114,7 +114,7 @@
protected void a(ChannelHandlerContext channelhandlercontext, Packet<?> packet) throws Exception {
if (this.channel.isOpen()) {
try {
@@ -9,7 +9,7 @@
} catch (CancelledPacketHandleException cancelledpackethandleexception) {
;
}
@@ -232,7 +232,7 @@
@@ -233,7 +233,7 @@
public void close(IChatBaseComponent ichatbasecomponent) {
if (this.channel.isOpen()) {
@@ -18,7 +18,7 @@
this.n = ichatbasecomponent;
}
@@ -309,7 +309,7 @@
@@ -310,7 +310,7 @@
}
}