Add support for mod public chat to ChatCommands
Without this chat commands were not working because it just exited early for pmods. Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -167,6 +167,7 @@ public class ChatCommandsPlugin extends Plugin implements ChatboxInputListener
|
||||
switch (setMessage.getType())
|
||||
{
|
||||
case PUBLIC:
|
||||
case PUBLIC_MOD:
|
||||
case CLANCHAT:
|
||||
case PRIVATE_MESSAGE_RECEIVED:
|
||||
case PRIVATE_MESSAGE_SENT:
|
||||
|
||||
Reference in New Issue
Block a user