3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Merge branch 'dev/1.1.0' into decode-multiple

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-11-28 13:23:46 -05:00
Commit d1acd5b6d5

Datei anzeigen

@ -433,6 +433,9 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
this.finishRegularTabComplete(outstandingTabComplete, response);
}
outstandingTabComplete = null;
} else {
// Nothing to do
player.getConnection().write(response);
}
}