From e4502f3bc223fa0760d56e9747f9baed2f71f6e1 Mon Sep 17 00:00:00 2001 From: Thorben <46635221+Gandalf1783@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:22:31 +0100 Subject: [PATCH] Update 0067-Added-ProxyInitializeEvent.patch Co-authored-by: Janmm14 --- BungeeCord-Patches/0067-Added-ProxyInitializeEvent.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BungeeCord-Patches/0067-Added-ProxyInitializeEvent.patch b/BungeeCord-Patches/0067-Added-ProxyInitializeEvent.patch index 420206a..5601c7f 100644 --- a/BungeeCord-Patches/0067-Added-ProxyInitializeEvent.patch +++ b/BungeeCord-Patches/0067-Added-ProxyInitializeEvent.patch @@ -20,7 +20,7 @@ index 00000000..a1af4806 + +/** + * This event is posted when the proxy has completed the startup procedure.
-+ * Even if the even is posted, the proxy may be NOT able to accept any connections.
++ * Even if the event is posted, the proxy may be NOT able to accept any connections.
+ * See the {@link ProxyInitializeEvent#isSuccess} method for the actual state. + */ +@Data