diff options
author | Aikar <[email protected]> | 2019-03-24 23:51:44 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2019-03-24 23:51:44 -0400 |
commit | e8bbfbfddf682fd10cee5f039c11fdacf70eafed (patch) | |
tree | 91a2c493d344eccbe100496ae6cc9f3d72f11894 /Spigot-Server-Patches | |
parent | 8e9ec4b058019fc4e2808e6dba5a07d18da09dec (diff) | |
download | Paper-e8bbfbfddf682fd10cee5f039c11fdacf70eafed.tar.gz Paper-e8bbfbfddf682fd10cee5f039c11fdacf70eafed.zip |
[CI-SKIP] [Auto] Rebuild Patches
A recent commit has been made that caused patches to be out of order, rebuilding
Diffstat (limited to 'Spigot-Server-Patches')
-rw-r--r-- | Spigot-Server-Patches/0429-Don-t-update-entity-trackers-for-worlds-without-play.patch (renamed from Spigot-Server-Patches/0428-Don-t-update-entity-trackers-for-worlds-without-play.patch) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0428-Don-t-update-entity-trackers-for-worlds-without-play.patch b/Spigot-Server-Patches/0429-Don-t-update-entity-trackers-for-worlds-without-play.patch index 3337980080..efd5e4b931 100644 --- a/Spigot-Server-Patches/0428-Don-t-update-entity-trackers-for-worlds-without-play.patch +++ b/Spigot-Server-Patches/0429-Don-t-update-entity-trackers-for-worlds-without-play.patch @@ -1,4 +1,4 @@ -From 1b01715133963b2fda50c547261b419386e12cc3 Mon Sep 17 00:00:00 2001 +From 2d10001164d6563f0776f9817261f653e036e67c Mon Sep 17 00:00:00 2001 From: Shane Freeder <[email protected]> Date: Sun, 24 Mar 2019 18:52:31 +0000 Subject: [PATCH] Don't update entity trackers for worlds without players @@ -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 @@ -1113,7 +1113,7 @@ public abstract class MinecraftServer implements IAsyncTaskHandler, IMojangStati |