From 2b0afa995a0b64df539ae9aaba320d26b2d11f59 Mon Sep 17 00:00:00 2001 From: Isaac - The456 Date: Tue, 3 Sep 2024 18:34:59 +0100 Subject: [PATCH] fix spelling --- docs/velocity/dev/api/plugin-messaging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.