13
0
geforkt von Mirrors/Velocity

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); this.finishRegularTabComplete(outstandingTabComplete, response);
} }
outstandingTabComplete = null; outstandingTabComplete = null;
} else {
// Nothing to do
player.getConnection().write(response);
} }
} }