Update to Minecraft 1.7

This commit is contained in:
Dinnerbone
2011-06-29 23:02:25 +01:00
parent a98c7ba2c7
commit a679e7f380
67 changed files with 829 additions and 678 deletions

View File

@@ -63,8 +63,8 @@ public class NetLoginHandler extends NetHandler {
public void a(Packet1Login packet1login) {
this.g = packet1login.name;
if (packet1login.a != 13) {
if (packet1login.a > 13) {
if (packet1login.a != 14) {
if (packet1login.a > 14) {
this.disconnect("Outdated server!");
} else {
this.disconnect("Outdated client!");