Fix /reload not functioning - thanks AlexM850 for the report.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-07-02 15:14:02 +10:00
parent f428695f33
commit d24f41e9d3
7 changed files with 24 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
From e1c6cc3bbcf26863c1d30d4e73e116dbbcd523c7 Mon Sep 17 00:00:00 2001
From 8c072aae86a7dbaf86b3bbf86da59e9d36ac9d82 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,7 +6,7 @@ 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 d0ccbff..6308331 100644
index d07973d..b5c305b 100644
--- a/src/main/java/net/minecraft/server/PendingConnection.java
+++ b/src/main/java/net/minecraft/server/PendingConnection.java
@@ -227,4 +227,17 @@ public class PendingConnection extends Connection {
@@ -75,7 +75,7 @@ index b3bb702..b81a07e 100644
public Spigot spigot()
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
index c6ec91b..31ba25f 100644
index 8efdca6..a7bc48b 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 c6ec91b..31ba25f 100644
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
@@ -207,4 +208,14 @@ public class SpigotConfig
@@ -208,4 +209,14 @@ public class SpigotConfig
nettyThreads = getInt( "settings.netty-threads", 3 );
}