remove debug 2 electric boogaloo

This commit is contained in:
YouHaveTrouble
2021-08-03 17:45:30 +02:00
parent 36861084cc
commit 2669c538cd
@@ -27,14 +27,10 @@ public class WorldGuardHook {
PreventStabby plugin = PreventStabby.getPlugin();
try {
Class.forName("com.sk89q.worldguard.protection.flags.registry.FlagConflictException");
System.out.println("what");
worldGuardPlugin = WorldGuardPlugin.inst();
System.out.println("the");
if (WorldGuard.getInstance() == null || worldGuardPlugin == null) return;
System.out.println("actual");
plugin.getLogger().info("Hooking into WorldGuard");
flagRegistry = WorldGuard.getInstance().getFlagRegistry();
System.out.println("fuck");
createForcePvpFlag(plugin);
} catch (NoClassDefFoundError | ClassNotFoundException e) {
return;