13
0
geforkt von Mirrors/Velocity

Handle proxy<->server exceptions

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-07-29 22:28:56 -04:00
Ursprung 5be8452d1f
Commit 64ff0683c9

Datei anzeigen

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