NPE in getNickGame
BlayTheNinth opened this issue ยท 0 comments
Exception in thread "Thread-12" java.lang.NullPointerException
at net.blay09.mods.eirairc.util.Utils.getNickGame(Utils.java:153)
at net.blay09.mods.eirairc.util.Utils.formatChatComponent(Utils.java:625)
at net.blay09.mods.eirairc.handler.IRCEventHandler.onPrivateChat(IRCEventHandler.java:109)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_16_IRCEventHandler_onPrivateChat_IRCPrivateChatEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.blay09.mods.eirairc.irc.IRCConnection.handleMessage(IRCConnection.java:362)
at net.blay09.mods.eirairc.irc.IRCConnection.run(IRCConnection.java:197)
at java.lang.Thread.run(Unknown Source)