Update to 1.11

This commit is contained in:
johni0702
2016-12-03 21:12:08 +01:00
parent 9f7ccb9d07
commit 58b7c44a33
8 changed files with 20 additions and 18 deletions

View File

@@ -128,7 +128,7 @@ public class ReplayHandler {
}
private void setup() {
mc.ingameGUI.getChatGUI().clearChatMessages();
mc.ingameGUI.getChatGUI().clearChatMessages(true);
NetworkManager networkManager = new NetworkManager(EnumPacketDirection.CLIENTBOUND) {
@Override