forked from mattmess1221/tabbychat
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
public class GuiChatTC extends GuiChat {
[...]
@Override
public void initGui() {
[...]
if (this.tc.enabled()) {
if (this.scrollBar == null)
this.scrollBar = new ChatScrollBar();
for (ChatChannel chan : this.tc.channelMap.values()) {
this.buttonList.add(chan.tab);
}
}
else {
this.buttonList.add(this.tc.channelMap.get("*").tab);
}this.tc.channelMap.get("*") is sometimes null and results in an NPE when tabbychat is disabled in its settings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels