remove debug call
All checks were successful
Build / Explore-Gitea-Actions (push) Successful in 52s

This commit is contained in:
ThePindabaas
2026-07-09 19:54:33 +02:00
parent 7bbc3ea20b
commit 89672769c6

View File

@@ -280,7 +280,6 @@ public class GriefAlert extends JavaPlugin implements Listener {
String worldName = event.getBlock().getWorld().getName();
// Check if grief
debugInspectBlock(event.getBlock(), event.getPlayer());
String target = inspectBlock(event.getBlock(), event.getPlayer());
if (target != null) {
String message = ChatColor.GRAY + playerName + " broke " + blockType + " placed by " + target + " at " + x + " " + y + " " + z + getHumanWorldName(worldName);