From 73da69c09e18e1ee10128814eeb4b94d7b0de41d Mon Sep 17 00:00:00 2001 From: leguan <59799222+Leguan16@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:08:37 +0200 Subject: [PATCH] [ci skip] Fix javadoc typo (#10445) --- patches/api/Add-PlayerUseUnknownEntityEvent.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/Add-PlayerUseUnknownEntityEvent.patch b/patches/api/Add-PlayerUseUnknownEntityEvent.patch index dcc3da7c48..f37810e586 100644 --- a/patches/api/Add-PlayerUseUnknownEntityEvent.patch +++ b/patches/api/Add-PlayerUseUnknownEntityEvent.patch @@ -28,7 +28,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + +/** + * Represents an event that is called when a player right-clicks an unknown entity. -+ * Useful for plugins dealing with virtual entities (entities that don't actually spawned on the server). ++ * Useful for plugins dealing with virtual entities (entities that aren't actually spawned on the server). + *
+ * This event may be called multiple times per interaction with different interaction hands + * and with or without the clicked position.