Skip to content

Commit

Permalink
Update AllianceListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Aug 3, 2024
1 parent b357fd6 commit cd67967
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public static void runMilitarizationAlerts() {
graphData = null;
}
byte[] finalGraphData = graphData;
System.out.println("Send aa militarize message " + alertAlliances.size() + " | " + alertAlliances.keySet());

AlertUtil.forEachChannel(f -> true, GuildKey.AA_GROUND_UNIT_ALERTS, new BiConsumer<MessageChannel, GuildDB>() {
@Override
Expand Down Expand Up @@ -300,6 +301,7 @@ public void accept(MessageChannel channel, GuildDB db) {
msg.append(role.getAsMention());
}

System.out.println("Send aa militarize message " + title + " | " + body);
msg.send();
}
});
Expand Down

0 comments on commit cd67967

Please sign in to comment.