Skip to content

Commit c907a58

Browse files
Update docs/velocity/dev/api/event.mdx
Co-authored-by: Matouš Kučera <mk@kcra.me>
1 parent 2f415d6 commit c907a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/velocity/dev/api/event.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ or add a second return an <Javadoc name={"com.velocitypowered.api.event.Continua
131131
doSomeAsyncProcessing().addListener(continuation::resume, continuation::resumeWithException);
132132
}
133133

134-
@Subscribe(priority = 100,order = PostOrder.CUSTOM)
134+
@Subscribe(priority = 100, order = PostOrder.CUSTOM)
135135
public EventTask onPlayerChat(PlayerChatEvent event) {
136136
if (mustFurtherProcess(event)) {
137137
return EventTask.async(() => ...);

0 commit comments

Comments
 (0)