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