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 f48e149 commit b8227e3
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 @@ -49,7 +49,7 @@ public void onPlayerChat(PlayerChatEvent event) {
`-32768` is the default value if you do not specify an order.
:::note

Due to compatibility constraints, you must specify <Javadoc name={"com.velocitypowered.api.event.PostOrder"} project={"velocity"}>`PostOrder.CUSTOM`</Javadoc> in order to use this field.
Due to compatibility constraints, you must specify <Javadoc name={"com.velocitypowered.api.event.PostOrder#CUSTOM"} project={"velocity"}>`PostOrder.CUSTOM`</Javadoc> in order to use this field.

:::

Expand Down

0 comments on commit b8227e3

Please sign in to comment.