13
0
geforkt von Mirrors/Velocity

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);
}
}