3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-17 05:20:14 +01:00

Fix 1.13+ tab complete for server commands

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-11-28 13:12:53 -05:00
Ursprung 68e5372b2e
Commit 50b50f3cbb

Datei anzeigen

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