Tabbychat incompatibility
mattmess1221 opened this issue ยท 2 comments
Minecraft Version:1.8.9
Inventory Tweaks Version: IDK
This was discovered by @Xiaminou, so he has more version info.
During init, tabbychat creates the chat gui, and that involves calling a method which you have injected an event into: `GuiTextField.setFocused'. Unfortunately, this happened before your init (Liteloader only has 1 init call), so it ends up calling on a null instance.
There is really no reason to create Minecraft GUI instances (particularly in-game ones) during initialization phases.