geforkt von Mirrors/Velocity
Clean this up
Dieser Commit ist enthalten in:
Ursprung
79f4abcf90
Commit
d482dc7f4f
@ -36,8 +36,8 @@ public class ServerCommand implements Command {
|
||||
|
||||
player.createConnectionRequest(server.get()).fireAndForget();
|
||||
} else {
|
||||
String currentServer = ((Player) source).getCurrentServer().map(ServerConnection::getServerInfo)
|
||||
.map(ServerInfo::getName).orElse("<unknown>");
|
||||
String currentServer = player.getCurrentServer().map(ServerConnection::getServerInfo).map(ServerInfo::getName)
|
||||
.orElse("<unknown>");
|
||||
player.sendMessage(TextComponent.of("You are currently connected to " + currentServer + ".", TextColor.YELLOW));
|
||||
|
||||
// Assemble the list of servers as components
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren