We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f415d6 commit c907a58Copy full SHA for c907a58
docs/velocity/dev/api/event.mdx
@@ -131,7 +131,7 @@ or add a second return an <Javadoc name={"com.velocitypowered.api.event.Continua
131
doSomeAsyncProcessing().addListener(continuation::resume, continuation::resumeWithException);
132
}
133
134
- @Subscribe(priority = 100,order = PostOrder.CUSTOM)
+ @Subscribe(priority = 100, order = PostOrder.CUSTOM)
135
public EventTask onPlayerChat(PlayerChatEvent event) {
136
if (mustFurtherProcess(event)) {
137
return EventTask.async(() => ...);
0 commit comments