Skip to content

Commit 38166fd

Browse files
committed
Re-enable experimental copper golem logging (WIP)
1 parent 2979af3 commit 38166fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/coreprotect/listener/ListenerHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public ListenerHandler(CoreProtect plugin) {
7575

7676
try {
7777
Class.forName("io.papermc.paper.event.entity.ItemTransportingEntityValidateTargetEvent"); // Paper 1.21.10+
78-
// pluginManager.registerEvents(new CopperGolemChestListener(plugin), plugin);
78+
pluginManager.registerEvents(new CopperGolemChestListener(plugin), plugin);
7979
}
8080
catch (Exception e) {
8181
// Ignore registration failures to remain compatible with older servers.

0 commit comments

Comments
 (0)