Skip to content

Commit

Permalink
feat(chat): add more game message types
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy committed Mar 31, 2024
1 parent 8959909 commit a48fff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dinkplugin/domain/ChatNotificationType.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* A condensed version of {@link ChatMessageType} for more user-friendly configuration.
*/
public enum ChatNotificationType {
GAME("Game Engine", GAMEMESSAGE, ENGINE, MESBOX, LOGINLOGOUTNOTIFICATION, PLAYERRELATED),
GAME("Game Engine", GAMEMESSAGE, ENGINE, CONSOLE, MESBOX, DIALOG, BROADCAST, LOGINLOGOUTNOTIFICATION, PLAYERRELATED, SNAPSHOTFEEDBACK),
CLAN("Clan Notifications", CLAN_MESSAGE, CLAN_GIM_MESSAGE, CLAN_GUEST_MESSAGE, FRIENDSCHATNOTIFICATION),
TRADES("Trades and Duels", TRADE, TRADE_SENT, TRADEREQ, CHALREQ_TRADE, CHALREQ_FRIENDSCHAT, CHALREQ_CLANCHAT),
PUBLIC("Public Chats", PUBLICCHAT, MODCHAT, AUTOTYPER, MODAUTOTYPER),
Expand Down

0 comments on commit a48fff1

Please sign in to comment.