From ebc10c1ce45ed51a877b699a03d5ac36a8123aab Mon Sep 17 00:00:00 2001 From: D4rkr34lm Date: Fri, 22 May 2026 17:57:15 +0200 Subject: [PATCH] Fix constructor visiblity --- .../SpigotCore_Main/src/de/steamwar/techhider/TechHider.java | 2 +- 1 file changed, 1 insertion(+), 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 13f1159c..3511c62d 100644 --- a/SpigotCore/SpigotCore_Main/src/de/steamwar/techhider/TechHider.java +++ b/SpigotCore/SpigotCore_Main/src/de/steamwar/techhider/TechHider.java @@ -68,7 +68,7 @@ public abstract class TechHider implements AccessPrivilegeProvider { private final ChunkHider chunkHider; // TODO handle packet bundle - public TechHider(Block blockUsedForObfuscation) { + protected TechHider(Block blockUsedForObfuscation) { this.blockUsedForObfuscation = blockUsedForObfuscation; this.blockStateUsedForObfuscation = blockUsedForObfuscation.defaultBlockState();