summaryrefslogtreecommitdiffhomepage
path: root/patches/server/0442-Fix-SPIGOT-5989.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0442-Fix-SPIGOT-5989.patch')
-rw-r--r--patches/server/0442-Fix-SPIGOT-5989.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0442-Fix-SPIGOT-5989.patch b/patches/server/0442-Fix-SPIGOT-5989.patch
index dd3c399748..431e528ce9 100644
--- a/patches/server/0442-Fix-SPIGOT-5989.patch
+++ b/patches/server/0442-Fix-SPIGOT-5989.patch
@@ -10,7 +10,7 @@ This fixes that by checking if the modified spawn location is
still at a respawn anchor.
diff --git a/src/main/java/net/minecraft/server/players/PlayerList.java b/src/main/java/net/minecraft/server/players/PlayerList.java
-index 0cd93062ffc2bf824e99f8776254a5269e9117c3..36715e8bc9047962a2ced70d6838672159665771 100644
+index abfd8510c726e17d7a0c99d13cfe065615583fcd..31e6da864b0ddf2f65ecc43ce8ef74d6c4e9d0aa 100644
--- a/src/main/java/net/minecraft/server/players/PlayerList.java
+++ b/src/main/java/net/minecraft/server/players/PlayerList.java
@@ -794,6 +794,7 @@ public abstract class PlayerList {