geforkt von Mirrors/Velocity
Checkstyle strikes again
Dieser Commit ist enthalten in:
Ursprung
8b8fd284b3
Commit
8a6e77689b
@ -289,6 +289,11 @@ public class ConnectedPlayer implements MinecraftConnectionAssociation, Player {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disconnects the player from the proxy.
|
||||||
|
* @param reason the reason for disconnecting the player
|
||||||
|
* @param duringLogin whether the disconnect happened during login
|
||||||
|
*/
|
||||||
public void disconnect0(Component reason, boolean duringLogin) {
|
public void disconnect0(Component reason, boolean duringLogin) {
|
||||||
logger.info("{} has disconnected: {}", this,
|
logger.info("{} has disconnected: {}", this,
|
||||||
LegacyComponentSerializer.legacy().serialize(reason));
|
LegacyComponentSerializer.legacy().serialize(reason));
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren