Merge pull request #4412 from deathbeam/pmod-support-chat
Add support for mod public chat to ChatCommands
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