Fixed #20 - probably...
This commit is contained in:
parent
0636cb8f33
commit
39491efaba
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public abstract class DiscordSenderBase implements IDiscordSender {
|
|||
this.channel = channel;
|
||||
}
|
||||
|
||||
private List<String> broadcasts = new ArrayList<>();
|
||||
private static volatile List<String> broadcasts = new ArrayList<>();
|
||||
|
||||
@Override
|
||||
public void sendMessage(String message) {
|
||||
|
|
Loading…
Reference in a new issue