Commit c7ff994
authored
Fire GlobalChatEvent even when local chat is disabled (#6113)
This allows EssentialsX Discord to send EssentialsX Chat messages to
Discord when `use-essentials-events: true` is set in the Discord config
while local chat is disabled.
It also allows plugins to hook and modify EssentialsX Chat message
contents, formatting and recipients when local chat is disabled.1 parent f09541c commit c7ff994
File tree
1 file changed
+2
-1
lines changed- EssentialsChat/src/main/java/com/earth2me/essentials/chat/processing
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
0 commit comments