Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
Fix header and footer desync (#928)
Dieser Commit ist enthalten in:
Ursprung
15cce53adf
Commit
01f1e1a94e
@ -102,6 +102,9 @@ public class TransitionSessionHandler implements MinecraftSessionHandler {
|
||||
|
||||
// Send keep alive to try to avoid timeouts
|
||||
player.sendKeepAlive();
|
||||
|
||||
// Reset Tablist header and footer to prevent desync
|
||||
player.clearHeaderAndFooter();
|
||||
}
|
||||
|
||||
// The goods are in hand! We got JoinGame. Let's transition completely to the new state.
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren