Fix bug with tab-completing names on 1.12 and lower.

This commit is contained in:
Andrew Steinborn
2019-01-01 04:34:13 -05:00
parent 696b6549e5
commit 0906a436e3

View File

@@ -415,8 +415,9 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
} }
outstandingTabComplete = null; outstandingTabComplete = null;
} }
player.getConnection().write(response);
} }
player.getConnection().write(response);
} }
/** /**