3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 14:40:21 +02:00

Checkstyle strikes again

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-06-12 07:26:25 -04:00
Ursprung 8b8fd284b3
Commit 8a6e77689b

Datei anzeigen

@ -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));