3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-06 00:00:47 +01:00

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) { public void handleBackendJoinGame(JoinGame joinGame) {
if (!spawned) { if (!spawned) {
// nothing special to do here // nothing special to do here