diff --git a/patches/server/Optimise-chunk-tick-iteration.patch b/patches/server/Optimise-chunk-tick-iteration.patch
index a0e3faaa52..3f45a66a71 100644
--- a/patches/server/Optimise-chunk-tick-iteration.patch
+++ b/patches/server/Optimise-chunk-tick-iteration.patch
@@ -362,10 +362,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 +                    }
 +                }
 +                // Paper end - optimise chunk tick iteration
-+                this.level.timings.chunkTicks.stopTiming(); // Paper
+                 this.level.timings.chunkTicks.stopTiming(); // Paper
  
                  gameprofilerfiller.popPush("customSpawners");
-                 if (flag) {
 @@ -0,0 +0,0 @@ public class ServerChunkCache extends ChunkSource {
              }
  
diff --git a/patches/server/Timings-v2.patch b/patches/server/Timings-v2.patch
index 69a5b69e47..d163f16fc8 100644
--- a/patches/server/Timings-v2.patch
+++ b/patches/server/Timings-v2.patch
@@ -1104,6 +1104,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
                          }
                      }
                  }
++                this.level.timings.chunkTicks.stopTiming(); // Paper
  
                  gameprofilerfiller.popPush("customSpawners");
                  if (flag) {