From ce3e8e87080fbacac3a68409c393f1aeeba75dc8 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Tue, 22 Jun 2021 11:52:45 -0700 Subject: [PATCH] remove calling expensive method (#5955) --- patches/server/Timings-v2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/Timings-v2.patch b/patches/server/Timings-v2.patch index 674b561ec..974444a96 100644 --- a/patches/server/Timings-v2.patch +++ b/patches/server/Timings-v2.patch @@ -1649,7 +1649,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 timings.tileEntityTick.stopTiming(); // Spigot this.tickingBlockEntities = false; -+ co.aikar.timings.TimingHistory.tileEntityTicks += this.getBlockTicks().size(); // Paper ++ co.aikar.timings.TimingHistory.tileEntityTicks += this.blockEntityTickers.size(); // Paper gameprofilerfiller.pop(); spigotConfig.currentPrimedTnt = 0; // Spigot }