Fixed #20 - probably...

This commit is contained in:
Norbi Peti 2016-12-11 00:46:52 +01:00
parent 0636cb8f33
commit 39491efaba

View file

@ -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) {