[ci skip] fix: typo in ServerPreConnectEvent.ServerResult#denied javadoc (#1735)

This commit is contained in:
Noah
2026-02-21 20:26:49 +01:00
committed by GitHub
parent c2fd3c07ac
commit 6aff78728c

View File

@@ -148,7 +148,7 @@ public final class ServerPreConnectEvent implements
* is used, then {@link ConnectionRequestBuilder#connect()}'s result will have the status * is used, then {@link ConnectionRequestBuilder#connect()}'s result will have the status
* {@link Status#CONNECTION_CANCELLED}. * {@link Status#CONNECTION_CANCELLED}.
* *
* @return a result to deny conneections * @return a result to deny connections
*/ */
public static ServerResult denied() { public static ServerResult denied() {
return DENIED; return DENIED;