Merge branch 'dev/1.1.0' into decode-multiple

This commit is contained in:
Andrew Steinborn
2019-11-28 13:23:46 -05:00

View File

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