diff --git a/Spigot-Server-Patches/Don-t-update-entity-trackers-for-worlds-without-play.patch b/Spigot-Server-Patches/Don-t-update-entity-trackers-for-worlds-without-play.patch index 47a4e24743..56478797b4 100644 --- a/Spigot-Server-Patches/Don-t-update-entity-trackers-for-worlds-without-play.patch +++ b/Spigot-Server-Patches/Don-t-update-entity-trackers-for-worlds-without-play.patch @@ -14,7 +14,7 @@ server->client updates here, which is what this code is intended to do, and all players should be untracked. diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java -index ce39ea09e8..b93fccf919 100644 +index ce39ea09e..b93fccf91 100644 --- a/src/main/java/net/minecraft/server/MinecraftServer.java +++ b/src/main/java/net/minecraft/server/MinecraftServer.java @@ -0,0 +0,0 @@ public abstract class MinecraftServer implements IAsyncTaskHandler, IMojangStati