NPE on getPlayerPrefix when using mChat
xcoldfyrex opened this issue ยท 1 comments
I have another plugin that calls this method and the NPE is only present when mchat is loaded. Disabling mchat stops the problem and the plugin works as expected.
18:53:13 [SEVERE] java.lang.NullPointerException
18:53:13 [SEVERE] at net.milkbowl.vault.chat.plugins.Chat_mChatSuite.getPlayerPrefix(Chat_mChatSuite.java:106)
18:53:13 [SEVERE] at net.milkbowl.vault.chat.Chat.getPlayerPrefix(Chat.java:70)