aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0089-Configurable-RCON-IP-address.patch
diff options
context:
space:
mode:
authorAikar <[email protected]>2020-07-03 02:08:00 -0400
committerAikar <[email protected]>2020-07-03 02:19:33 -0400
commitb3f265d1b1397081cc8133fc4540413b78ed4c37 (patch)
tree78700563448a5f00a75f56f5910f7013edab7eb1 /Spigot-Server-Patches/0089-Configurable-RCON-IP-address.patch
parentfcbeac8a992eb18ef31de4886a1311bf8364dbe4 (diff)
downloadPaper-b3f265d1b1397081cc8133fc4540413b78ed4c37.tar.gz
Paper-b3f265d1b1397081cc8133fc4540413b78ed4c37.zip
Updated Upstream (Bukkit/CraftBukkit/Spigot)
Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: 0ca45a21 #503: Add PlayerHarvestBlockEvent dfa80a52 SPIGOT-5930: Add PlayerRespawnEvent#isAnchorSpawn CraftBukkit Changes: 145921e2 #676: Add PlayerHarvestBlockEvent 47abffa2 SPIGOT-5929: Angered zombified piglins do not inherit killed_by_player status 7f6b4f58 SPIGOT-5930: Add PlayerRespawnEvent#isAnchorSpawn 94eff632 SPIGOT-5867, MC-193339: NPE during shutdown when rcon enabled with no password 068618eb SPIGOT-5927: Some items NBT data disappears Spigot Changes: beb7d47c Rebuild patches Fixes #3738
Diffstat (limited to 'Spigot-Server-Patches/0089-Configurable-RCON-IP-address.patch')
-rw-r--r--Spigot-Server-Patches/0089-Configurable-RCON-IP-address.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Spigot-Server-Patches/0089-Configurable-RCON-IP-address.patch b/Spigot-Server-Patches/0089-Configurable-RCON-IP-address.patch
index 0aa53ccbbf..76224288ca 100644
--- a/Spigot-Server-Patches/0089-Configurable-RCON-IP-address.patch
+++ b/Spigot-Server-Patches/0089-Configurable-RCON-IP-address.patch
@@ -45,7 +45,7 @@ index d7e81a6d99fcbf1d71f8c1f42b5138244000f584..729455ce53944a9afaaa3e30052ab44f
}
diff --git a/src/main/java/net/minecraft/server/RemoteControlListener.java b/src/main/java/net/minecraft/server/RemoteControlListener.java
-index 064c4b24e268112770245de806217e84051dc4ff..5aea8b8c2c39bd747ecba2cdd0f6a57565c336f9 100644
+index 1afa2b58d04c6169d26336f7871489d7db34ec90..e550b8428245ef2bc0265ae6267bb7e1cabec35c 100644
--- a/src/main/java/net/minecraft/server/RemoteControlListener.java
+++ b/src/main/java/net/minecraft/server/RemoteControlListener.java
@@ -28,7 +28,7 @@ public class RemoteControlListener extends RemoteConnectionThread {