add logs stripped

This commit is contained in:
hyperdefined
2026-04-05 20:18:43 -04:00
parent a785e331b3
commit 6a13c7fef7
11 changed files with 301 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ import java.util.Locale;
public class BlockBreak implements Listener {
private final ToolStats toolStats;
public List<Block> brokenContainers = new ArrayList<>();
public final List<Block> brokenContainers = new ArrayList<>();
public BlockBreak(ToolStats toolStats) {
this.toolStats = toolStats;