Skip to content

Commit

Permalink
Unnecessary @SubscribeEvent causes hidden exception during Jmap plugi…
Browse files Browse the repository at this point in the history
…n registration (#10557)

Fix jmap integration
  • Loading branch information
Thodor12 authored Dec 26, 2024
1 parent 380625d commit 3ad79a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public void onChunkLoaded(@NotNull final ChunkEvent.Load event)
}
}

@SubscribeEvent
public void onColonyViewUpdated(@NotNull final ColonyViewUpdatedModEvent event)
{
final IColonyView colony = event.getColony();
Expand Down

0 comments on commit 3ad79a5

Please sign in to comment.