mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-21 15:23:50 -07:00
Really update, thanks EvilTechie for the typo
By: md_5 <md_5@live.com.au>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
From c36dc04659abb5954000ffbab02dd151a08db69a Mon Sep 17 00:00:00 2001
|
From cbcb581dd09d719f3c1dd95f504b201e791371d3 Mon Sep 17 00:00:00 2001
|
||||||
From: md_5 <md_5@live.com.au>
|
From: md_5 <md_5@live.com.au>
|
||||||
Date: Fri, 20 Sep 2013 08:25:33 +1000
|
Date: Fri, 20 Sep 2013 08:25:33 +1000
|
||||||
Subject: [PATCH] Minecraft 1.6.4
|
Subject: [PATCH] Minecraft 1.6.4
|
||||||
@@ -18,7 +18,7 @@ index d186e47..d6aa785 100644
|
|||||||
|
|
||||||
public int A() {
|
public int A() {
|
||||||
diff --git a/src/main/java/net/minecraft/server/PendingConnection.java b/src/main/java/net/minecraft/server/PendingConnection.java
|
diff --git a/src/main/java/net/minecraft/server/PendingConnection.java b/src/main/java/net/minecraft/server/PendingConnection.java
|
||||||
index a5c3104..37258ef 100644
|
index a5c3104..e9e9e5c 100644
|
||||||
--- a/src/main/java/net/minecraft/server/PendingConnection.java
|
--- a/src/main/java/net/minecraft/server/PendingConnection.java
|
||||||
+++ b/src/main/java/net/minecraft/server/PendingConnection.java
|
+++ b/src/main/java/net/minecraft/server/PendingConnection.java
|
||||||
@@ -80,8 +80,8 @@ public class PendingConnection extends Connection {
|
@@ -80,8 +80,8 @@ public class PendingConnection extends Connection {
|
||||||
@@ -27,7 +27,7 @@ index a5c3104..37258ef 100644
|
|||||||
|
|
||||||
- if (packet2handshake.d() != 74) {
|
- if (packet2handshake.d() != 74) {
|
||||||
- if (packet2handshake.d() > 74) {
|
- if (packet2handshake.d() > 74) {
|
||||||
+ if (packet2handshake.d() != 7) {
|
+ if (packet2handshake.d() != 78) {
|
||||||
+ if (packet2handshake.d() > 78) {
|
+ if (packet2handshake.d() > 78) {
|
||||||
this.disconnect(org.spigotmc.SpigotConfig.outdatedServerMessage); // Spigot
|
this.disconnect(org.spigotmc.SpigotConfig.outdatedServerMessage); // Spigot
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user