Resolve open comments

This commit is contained in:
D4rkr34lm
2026-05-22 17:55:12 +02:00
parent 7d74eb0c09
commit d682e35159
4 changed files with 63 additions and 31 deletions
@@ -104,7 +104,7 @@ public class TechHiderWrapper extends StateDependent implements Listener {
}
@Override
public boolean isPlayerPrivilegedToAccessBlocEntity(Player p, int blockX, int blockY, int blockZ, BlockEntityType<?> type) {
public boolean isPlayerPrivilegedToAccessBlockEntity(Player p, int blockX, int blockY, int blockZ, BlockEntityType<?> type) {
Region hiddenRegion = getHiddenRegion(p);
return !hiddenRegion.inRegion(blockX, blockY, blockZ) || !blockEntityTypeToObfuscate.contains(type);
}