Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonnenlicht-as committed Aug 9, 2021
1 parent 00b9482 commit 3b29c64
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/sonnenlicht/somethinggood/BizarreFans.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ private void enqueueIMC(final InterModEnqueueEvent event) {
}

private void processIMC(final InterModProcessEvent event) {
LOGGER.info("Got IMC {}",
event.getIMCStream().
map(m -> m.getMessageSupplier().get()).
collect(Collectors.toList()));
LOGGER.info("Got IMC {}", event.getIMCStream().map(m -> m.getMessageSupplier().get()).collect(Collectors.toList()));
}

@SubscribeEvent
Expand Down

0 comments on commit 3b29c64

Please sign in to comment.