Skip to content

Commit

Permalink
Update UtilityCommands.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed May 3, 2024
1 parent 1916bac commit 46a54bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2133,8 +2133,6 @@ public String recruitmentRankings(@Me User author, @Me IMessageIO channel, @Me J
Set<Integer> aaIds = alliances.stream().map(f -> f.getAlliance_id()).collect(Collectors.toSet());
Map<Integer, List<AllianceChange>> removesByAlliance = Locutus.imp().getNationDB().getRemovesByAlliances(aaIds, cutoff);

System.out.println("Alliances " + alliances.size() + " | " + removesByAlliance.size());

for (DBAlliance alliance : alliances) {
Map<Integer, Long> noneToApp = new Int2LongOpenHashMap();
Map<Integer, Long> appToMember = new Int2LongOpenHashMap();
Expand Down

0 comments on commit 46a54bd

Please sign in to comment.