Skip to content

Instantly share code, notes, and snippets.

@volgar1x
Created April 25, 2015 20:04
Show Gist options
  • Save volgar1x/7fb1125953c04a38e82e to your computer and use it in GitHub Desktop.
Save volgar1x/7fb1125953c04a38e82e to your computer and use it in GitHub Desktop.
@Listen
public Future<Unit> knownNotifications(ChoosePlayerEvent evt) {
return notifs.findAll(evt.getPlayer().getId()).map(array ->
client.write(new NotificationListMessage(
NotificationConverter.compressNotifications(array))
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment