From d45c7916e1304943f89a707e0cd8d1215467daaa Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Wed, 27 Jul 2022 21:22:02 +0200 Subject: [PATCH] Fix timings diff --- patches/server/Timings-v2.patch | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/patches/server/Timings-v2.patch b/patches/server/Timings-v2.patch index 4d5a49a8cc..b6f072241a 100644 --- a/patches/server/Timings-v2.patch +++ b/patches/server/Timings-v2.patch @@ -1446,18 +1446,15 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 this.updatingUsingItem(); this.updateSwimAmount(); @@ -0,0 +0,0 @@ public abstract class LivingEntity extends Entity { - } } -- if (!this.isRemoved()) { + if (!this.isRemoved()) { - SpigotTimings.timerEntityBaseTick.stopTiming(); // Spigot -- this.aiStep(); + this.aiStep(); - SpigotTimings.timerEntityTickRest.startTiming(); // Spigot -- } -- + } + double d0 = this.getX() - this.xo; - double d1 = this.getZ() - this.zo; - float f = (float) (d0 * d0 + d1 * d1); @@ -0,0 +0,0 @@ public abstract class LivingEntity extends Entity { if (this.isSleeping()) { this.setXRot(0.0F);