Update to Minecraft 1.10.2

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-06-25 11:54:17 +10:00
parent 26aaa4aceb
commit 1908fefc12
8 changed files with 23 additions and 43 deletions

View File

@@ -58,7 +58,7 @@
+ // CraftBukkit end
+
if (packethandshakinginsetprotocol.b() > 210) {
chatcomponenttext = new ChatComponentText("Outdated server! I\'m still on 1.10");
chatcomponenttext = new ChatComponentText("Outdated server! I\'m still on 1.10.2");
this.b.sendPacket(new PacketLoginOutDisconnect(chatcomponenttext));
@@ -26,6 +71,7 @@
this.b.close(chatcomponenttext);