geforkt von Mirrors/Velocity
Remove unused client settings field from ConnectedPlayer
Dieser Commit ist enthalten in:
Ursprung
8e0ca2033e
Commit
db3f2b86e1
@ -56,7 +56,6 @@ public class ConnectedPlayer implements MinecraftConnectionAssociation, Player {
|
|||||||
private int tryIndex = 0;
|
private int tryIndex = 0;
|
||||||
private long ping = -1;
|
private long ping = -1;
|
||||||
private VelocityServerConnection connectedServer;
|
private VelocityServerConnection connectedServer;
|
||||||
private ClientSettings clientSettings;
|
|
||||||
private VelocityServerConnection connectionInFlight;
|
private VelocityServerConnection connectionInFlight;
|
||||||
private PlayerSettings settings;
|
private PlayerSettings settings;
|
||||||
|
|
||||||
@ -180,10 +179,6 @@ public class ConnectedPlayer implements MinecraftConnectionAssociation, Player {
|
|||||||
return connectedServer;
|
return connectedServer;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ClientSettings getClientSettings() {
|
|
||||||
return clientSettings;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void handleConnectionException(ServerInfo info, Throwable throwable) {
|
public void handleConnectionException(ServerInfo info, Throwable throwable) {
|
||||||
String error = ThrowableUtils.briefDescription(throwable);
|
String error = ThrowableUtils.briefDescription(throwable);
|
||||||
String userMessage;
|
String userMessage;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren