|
|
|
@ -47,7 +47,7 @@ public class GuiChat extends GuiScreen
|
|
|
|
|
Keyboard.enableRepeatEvents(true);
|
|
|
|
|
this.sentHistoryCursor = this.mc.ingameGUI.getChatGUI().func_73756_b().size();
|
|
|
|
|
this.inputField = new GuiTextField(this.fontRenderer, 4, this.height - 12, this.width - 4, 12);
|
|
|
|
|
this.inputField.setMaxStringLength(100);
|
|
|
|
|
this.inputField.setMaxStringLength(32767);
|
|
|
|
|
this.inputField.setEnableBackgroundDrawing(false);
|
|
|
|
|
this.inputField.setFocused(true);
|
|
|
|
|
this.inputField.setText(this.defaultInputFieldText);
|
|
|
|
|