From 21f6394359b1f57be14310543f2b2e85e7967ca4 Mon Sep 17 00:00:00 2001 From: D4rkr34lm Date: Thu, 21 May 2026 22:20:40 +0200 Subject: [PATCH] Fix section packet being unnececarily reconstructed --- .../SpigotCore_Main/src/de/steamwar/techhider/TechHider.java | 1 - 1 file changed, 1 deletion(-) diff --git a/SpigotCore/SpigotCore_Main/src/de/steamwar/techhider/TechHider.java b/SpigotCore/SpigotCore_Main/src/de/steamwar/techhider/TechHider.java index c68878db..24cc88b6 100644 --- a/SpigotCore/SpigotCore_Main/src/de/steamwar/techhider/TechHider.java +++ b/SpigotCore/SpigotCore_Main/src/de/steamwar/techhider/TechHider.java @@ -491,7 +491,6 @@ public abstract class TechHider { if (isPlayerPrivilegedToAccessPosition(p, worldX, worldY, worldZ) && isPlayerPrivilegedToAccessBlock(p, worldX, worldY, worldZ, block)) { // TODO statefull !!! - modified = true; filteredPos.add(posShort); filteredStates.add(state); } else if(isPlayerPrivilegedToAccessPosition(p, worldX, worldY, worldZ)){