diff --git a/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java b/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java index 02a30e20e..eb6470342 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java @@ -597,6 +597,9 @@ public class AntiHack extends MiniPlugin private IChatBaseComponent getMinimalMessage(MajorViolationCommand violation) { Class checkType = CheckManager.getCheckBySimpleName(violation.getHackType()); + if (!CHECKS.containsKey(checkType)) { + System.out.println("Warning: Unknown check type '" + violation.getHackType() + "' " + checkType); + } IChatBaseComponent component = new ChatComponentText("") .addSibling( new ChatComponentText("A")