Skip to content

Commit

Permalink
Merge branch 'master' of /~https://github.com/xdnw/locutus
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Jan 9, 2024
2 parents 0b06034 + 83386d3 commit b124c73
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 b124c73

Please sign in to comment.