Skip to content

Commit

Permalink
Remove data listener from event handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Thodor12 committed Oct 18, 2024
1 parent f5f6be2 commit 0e5fab2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public static void onAddReloadListenerEvent(@NotNull final AddReloadListenerEven
event.addListener(new CitizenNameListener());
event.addListener(new QuestJsonListener());
event.addListener(new ItemNbtListener());
event.addListener(new FreeBlocksListener());
}

@SubscribeEvent
Expand Down

0 comments on commit 0e5fab2

Please sign in to comment.