From 2807fdcf84885b2b6664638115a8ae032a9a1633 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sun, 27 Nov 2016 16:54:10 -0600 Subject: [PATCH] Update patch number --- ...> 0183-Don-t-process-packets-from-offline-players.patch} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename Spigot-Server-Patches/{0181-Don-t-process-packets-from-offline-players.patch => 0183-Don-t-process-packets-from-offline-players.patch} (91%) diff --git a/Spigot-Server-Patches/0181-Don-t-process-packets-from-offline-players.patch b/Spigot-Server-Patches/0183-Don-t-process-packets-from-offline-players.patch similarity index 91% rename from Spigot-Server-Patches/0181-Don-t-process-packets-from-offline-players.patch rename to Spigot-Server-Patches/0183-Don-t-process-packets-from-offline-players.patch index 96a8281243..6be9c8f1e8 100644 --- a/Spigot-Server-Patches/0181-Don-t-process-packets-from-offline-players.patch +++ b/Spigot-Server-Patches/0183-Don-t-process-packets-from-offline-players.patch @@ -1,11 +1,11 @@ -From 6034656b3dfe7de1ff17ccfbac3819b38e17eed9 Mon Sep 17 00:00:00 2001 +From c741be30be3b023cb1544c6068f7db665b6d72fe Mon Sep 17 00:00:00 2001 From: Alfie Cleveland Date: Sun, 27 Nov 2016 22:17:37 +0000 Subject: [PATCH] Don't process packets from offline players diff --git a/src/main/java/net/minecraft/server/EntityHuman.java b/src/main/java/net/minecraft/server/EntityHuman.java -index 875343b..a7f8550 100644 +index fd08195..eb68807 100644 --- a/src/main/java/net/minecraft/server/EntityHuman.java +++ b/src/main/java/net/minecraft/server/EntityHuman.java @@ -12,6 +12,7 @@ import javax.annotation.Nullable; @@ -26,5 +26,5 @@ index 875343b..a7f8550 100644 public void closeInventory() { -- -2.9.3 (Apple Git-75) +2.10.2