Skip to content

Commit

Permalink
Update BannerEventDispatcherRegistry.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Dec 9, 2024
1 parent f657a6d commit 582edfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public static void registerEventDispatchers() {
LevelEventDispatcher.dispatchLevel();
PlayerEventDispatcher.dispatcherPlayer();
EntityEventDispatcher.dispatchEntityEvent();
FabricToBukkitEventDispatcher.dispatchFabric2Bukkit();
//FabricToBukkitEventDispatcher.dispatchFabric2Bukkit();
}
}

0 comments on commit 582edfd

Please sign in to comment.