Re-enable experimental copper golem logging (WIP)

This commit is contained in:
Intelli 2025-12-14 14:56:30 -07:00
parent 2979af360c
commit 38166fd381

View file

@ -75,7 +75,7 @@ public final class ListenerHandler {
try { try {
Class.forName("io.papermc.paper.event.entity.ItemTransportingEntityValidateTargetEvent"); // Paper 1.21.10+ Class.forName("io.papermc.paper.event.entity.ItemTransportingEntityValidateTargetEvent"); // Paper 1.21.10+
// pluginManager.registerEvents(new CopperGolemChestListener(plugin), plugin); pluginManager.registerEvents(new CopperGolemChestListener(plugin), plugin);
} }
catch (Exception e) { catch (Exception e) {
// Ignore registration failures to remain compatible with older servers. // Ignore registration failures to remain compatible with older servers.