geforkt von Mirrors/Velocity
Also reset when an exception is thrown.
Dieser Commit ist enthalten in:
Ursprung
64c16e61d2
Commit
74ff56cbc9
@ -772,6 +772,8 @@ public class ConnectedPlayer implements MinecraftConnectionAssociation, Player {
|
||||
} else if (status.getStatus() == Status.SERVER_DISCONNECTED) {
|
||||
resetInFlightConnection();
|
||||
}
|
||||
} else if (throwable != null) {
|
||||
resetInFlightConnection();
|
||||
}
|
||||
}, connection.eventLoop())
|
||||
.thenApply(x -> x);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren