Skip to content

Commit

Permalink
Merge pull request runelite#8868 from deathbeam/add-mod-priv-chat
Browse files Browse the repository at this point in the history
Add MODPRIVATECHAT to chat command manager
  • Loading branch information
deathbeam authored May 19, 2019
2 parents 24b81dd + 61724ed commit 8890d5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void onChatMessage(ChatMessage chatMessage)
case MODCHAT:
case FRIENDSCHAT:
case PRIVATECHAT:
case MODPRIVATECHAT:
case PRIVATECHATOUT:
break;
default:
Expand Down

0 comments on commit 8890d5b

Please sign in to comment.