From 973a062bb97ed88718dffa559a55ad848230845e Mon Sep 17 00:00:00 2001 From: Automated Date: Sun, 24 Mar 2019 23:51:44 -0400 Subject: [PATCH] [CI-SKIP] [Auto] Rebuild Patches A recent commit has been made that caused patches to be out of order, rebuilding --- .../Don-t-update-entity-trackers-for-worlds-without-play.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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