diff --git a/docs/velocity/dev/api/plugin-messaging.mdx b/docs/velocity/dev/api/plugin-messaging.mdx index 85aea94f..2b07eba8 100644 --- a/docs/velocity/dev/api/plugin-messaging.mdx +++ b/docs/velocity/dev/api/plugin-messaging.mdx @@ -25,7 +25,7 @@ if you do not intend the client to participate. If the result is forwarded, Players can spoof the proxy to your backends. -Additonally, ensure the result is set correct after actually handling correct messages, to prevent them from being leaked to the other party. +Additionally, ensure the result is set correct after actually handling correct messages, to prevent them from being leaked to the other party. This can be achieved with unconditionally setting the result between checking the identifier and checking the source, as shown in the examples.