aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0079-Fix-reducedDebugInfo-not-initialized-on-client.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0079-Fix-reducedDebugInfo-not-initialized-on-client.patch')
-rw-r--r--Spigot-Server-Patches/0079-Fix-reducedDebugInfo-not-initialized-on-client.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Spigot-Server-Patches/0079-Fix-reducedDebugInfo-not-initialized-on-client.patch b/Spigot-Server-Patches/0079-Fix-reducedDebugInfo-not-initialized-on-client.patch
index 3ed46d2950..032c238865 100644
--- a/Spigot-Server-Patches/0079-Fix-reducedDebugInfo-not-initialized-on-client.patch
+++ b/Spigot-Server-Patches/0079-Fix-reducedDebugInfo-not-initialized-on-client.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Fix reducedDebugInfo not initialized on client
diff --git a/src/main/java/net/minecraft/server/PlayerList.java b/src/main/java/net/minecraft/server/PlayerList.java
-index 2265fa3c04305e18653b4b37a0d1d36b261521d7..ca1f4bdf81600d2e72564e5dba1df0d69877bdce 100644
+index 107d18b028e042f7de505ea2a58a8dc2b9bf0fb3..f8224fbc4a677f9c9a5ee65d4f96f849037c0bf9 100644
--- a/src/main/java/net/minecraft/server/PlayerList.java
+++ b/src/main/java/net/minecraft/server/PlayerList.java
@@ -174,6 +174,7 @@ public abstract class PlayerList {