diff options
Diffstat (limited to 'Spigot-Server-Patches/0184-Don-t-process-packets-from-offline-players.patch')
-rw-r--r-- | Spigot-Server-Patches/0184-Don-t-process-packets-from-offline-players.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0184-Don-t-process-packets-from-offline-players.patch b/Spigot-Server-Patches/0184-Don-t-process-packets-from-offline-players.patch index 6ff3eb7e12..e985cb3a1d 100644 --- a/Spigot-Server-Patches/0184-Don-t-process-packets-from-offline-players.patch +++ b/Spigot-Server-Patches/0184-Don-t-process-packets-from-offline-players.patch @@ -1,11 +1,11 @@ -From 87366b9912d670dc827854b9f83456f5f61cbef0 Mon Sep 17 00:00:00 2001 -From: From: Alfie Cleveland <[email protected]> +From 440a5d1b8f3e5356c9ead921f7a6059fdf028790 Mon Sep 17 00:00:00 2001 +From: "From: Alfie Cleveland" <[email protected]> Date: Mon, 28 Nov 2016 15:56:28 -0600 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 301313b..865c1a2 100644 +index 301313b1f..865c1a295 100644 --- a/src/main/java/net/minecraft/server/EntityHuman.java +++ b/src/main/java/net/minecraft/server/EntityHuman.java @@ -14,6 +14,7 @@ import javax.annotation.Nullable; @@ -26,5 +26,5 @@ index 301313b..865c1a2 100644 public void closeInventory() { -- -2.10.2 +2.34.0 |