From c9d30bb9c05a0f03435dab0c9cd87e4a9b7a3a8f Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Tue, 14 Jul 2020 11:58:55 +0100 Subject: [PATCH] Fix erroneuous entity count reporting in timings --- Spigot-Server-Patches/Timings-v2.patch | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Spigot-Server-Patches/Timings-v2.patch b/Spigot-Server-Patches/Timings-v2.patch index eff3a693e5..1e7fcad408 100644 --- a/Spigot-Server-Patches/Timings-v2.patch +++ b/Spigot-Server-Patches/Timings-v2.patch @@ -1686,14 +1686,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 timings.doSounds.startTiming(); // Spigot this.ah(); @@ -0,0 +0,0 @@ public class WorldServer extends World implements GeneratorAccessSeed { - - org.spigotmc.ActivationRange.activateEntities(this); // Spigot - timings.entityTick.startTiming(); // Spigot -+ TimingHistory.entityTicks += this.entitiesById.size(); // Paper - while (objectiterator.hasNext()) { - Entry entry = (Entry) objectiterator.next(); - Entity entity = (Entity) entry.getValue(); -@@ -0,0 +0,0 @@ public class WorldServer extends World implements GeneratorAccessSeed { } gameprofilerfiller.exitEnter("tickBlocks");