Skip to content

Commit

Permalink
Update docs/velocity/dev/api/event.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Matouš Kučera <[email protected]>
  • Loading branch information
KastenKlicker and zlataovce authored Dec 6, 2024
1 parent 2f415d6 commit c907a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/velocity/dev/api/event.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ or add a second return an <Javadoc name={"com.velocitypowered.api.event.Continua
doSomeAsyncProcessing().addListener(continuation::resume, continuation::resumeWithException);
}

@Subscribe(priority = 100,order = PostOrder.CUSTOM)
@Subscribe(priority = 100, order = PostOrder.CUSTOM)
public EventTask onPlayerChat(PlayerChatEvent event) {
if (mustFurtherProcess(event)) {
return EventTask.async(() => ...);
Expand Down

0 comments on commit c907a58

Please sign in to comment.