Skip to content

Commit

Permalink
Update UtilityCommands.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Jan 9, 2024
1 parent 514eb1d commit 83386d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ public static void NationSheet(NationPlaceholders placeholders, @Me IMessageIO c
@TextArea List<String> columns,
@Switch("t") @Timestamp Long snapshotTime,
@Switch("e") boolean updateSpies, @Switch("s") SpreadSheet sheet) throws GeneralSecurityException, IOException {
Set<DBNation> nationSet = PnwUtil.getNationsSnapshot(nations.getNations(), nations.getFilter(), snapshotTime, db.getGuild(), false);
Set<DBNation> nationSet = PnwUtil.getNationsSnapshot(nations.getNations(), nations.getFilter(), snapshotTime, db.getGuild(), true);
if (sheet == null) {
sheet = SpreadSheet.create(db, SheetKey.NATION_SHEET);
}
Expand Down

0 comments on commit 83386d3

Please sign in to comment.