mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-04-19 19:08:16 +02:00
[ci skip] fix: typo in ServerPreConnectEvent.ServerResult#denied javadoc (#1735)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user