geforkt von Mirrors/Velocity
Handle proxy<->server exceptions
Dieser Commit ist enthalten in:
Ursprung
5be8452d1f
Commit
64ff0683c9
@ -88,6 +88,11 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void exception(Throwable throwable) {
|
||||
player.handleConnectionException(player.getConnectedServer().getServerInfo(), throwable);
|
||||
}
|
||||
|
||||
public void handleBackendJoinGame(JoinGame joinGame) {
|
||||
if (!spawned) {
|
||||
// nothing special to do here
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren