forked from zhdev/griefus
Re-enable experimental copper golem logging (WIP)
This commit is contained in:
parent
2979af360c
commit
38166fd381
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public final class ListenerHandler {
|
|||
|
||||
try {
|
||||
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) {
|
||||
// Ignore registration failures to remain compatible with older servers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue