Commit 00f6737
authored
Correct construction of PostGlobalChatEvent object
The PostGlobalChatEvent object has constructor `public PostGlobalChatEvent(ProxiedPlayer sender, String format, String message)`
Corrected in Channel.java to call constructor with correctly ordered parameters1 parent b69486c commit 00f6737
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments