Split chunk compression to its own patch.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-07-02 09:08:07 +10:00
parent 966e2bbaa7
commit 4bbab21ef6
8 changed files with 60 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
From e42391b2cf58e4cfb9c1ab46114c17c515466c77 Mon Sep 17 00:00:00 2001
From 6475f2a601cf734bf3e5d7b3971fd1c44a60d75f Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sat, 23 Mar 2013 11:15:11 +1100
Subject: [PATCH] BungeeCord Support
@@ -6,10 +6,10 @@ Subject: [PATCH] BungeeCord Support
- Allows BungeeCord to set the players real IP address very early in the login process, so that the BungeeCord proxy IP is never even seen by a plugin.
diff --git a/src/main/java/net/minecraft/server/PendingConnection.java b/src/main/java/net/minecraft/server/PendingConnection.java
index a945892..e78781e 100644
index 292fa49..ff32606 100644
--- a/src/main/java/net/minecraft/server/PendingConnection.java
+++ b/src/main/java/net/minecraft/server/PendingConnection.java
@@ -221,4 +221,17 @@ public class PendingConnection extends Connection {
@@ -228,4 +228,17 @@ public class PendingConnection extends Connection {
static boolean a(PendingConnection pendingconnection, boolean flag) {
return pendingconnection.h = flag;
}
@@ -75,7 +75,7 @@ index 7cae665..21141f2 100644
public Spigot spigot()
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
index 910d0de..b341ee8 100644
index c6ec91b..31ba25f 100644
--- a/src/main/java/org/spigotmc/SpigotConfig.java
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
@@ -7,6 +7,7 @@ import java.lang.reflect.InvocationTargetException;
@@ -86,7 +86,7 @@ index 910d0de..b341ee8 100644
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
@@ -193,4 +194,14 @@ public class SpigotConfig
@@ -207,4 +208,14 @@ public class SpigotConfig
nettyThreads = getInt( "settings.netty-threads", 3 );
}