aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0197-Fix-MC-117075-TE-Unload-Lag-Spike.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0197-Fix-MC-117075-TE-Unload-Lag-Spike.patch')
-rw-r--r--Spigot-Server-Patches/0197-Fix-MC-117075-TE-Unload-Lag-Spike.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-Server-Patches/0197-Fix-MC-117075-TE-Unload-Lag-Spike.patch b/Spigot-Server-Patches/0197-Fix-MC-117075-TE-Unload-Lag-Spike.patch
index 71453083cd..d78dce82f4 100644
--- a/Spigot-Server-Patches/0197-Fix-MC-117075-TE-Unload-Lag-Spike.patch
+++ b/Spigot-Server-Patches/0197-Fix-MC-117075-TE-Unload-Lag-Spike.patch
@@ -1,14 +1,14 @@
-From 15cd669dcb33567293742d5942ca735b544822d1 Mon Sep 17 00:00:00 2001
+From 11cb88149b598d003438e6e1b8e430640a012185 Mon Sep 17 00:00:00 2001
From: mezz <[email protected]>
Date: Wed, 9 Aug 2017 17:51:22 -0500
Subject: [PATCH] Fix MC-117075: TE Unload Lag Spike
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
-index 5e1ab431dc..cdb430ef4f 100644
+index 7c9b4e875..829ab845f 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
-@@ -1274,7 +1274,11 @@ public abstract class World implements IEntityAccess, GeneratorAccess, IIBlockAc
+@@ -1273,7 +1273,11 @@ public abstract class World implements IEntityAccess, GeneratorAccess, IIBlockAc
this.methodProfiler.exitEnter("blockEntities");
timings.tileEntityTick.startTiming(); // Spigot
if (!this.tileEntityListUnload.isEmpty()) {