Skip to content

Commit

Permalink
spy free / escape markdown key
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Sep 4, 2024
1 parent e24b16d commit 703d411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void freeSpyOpsSheet(
throw new IllegalArgumentException("No nations in alliances " + StringMan.getString(aaList.getIds()) + " matched `nations` (vacation mode or applicants are ignored)");
}
if (sheet == null) {
sheet = SpreadSheet.create(db, SheetKey.NATION_SHEET);
sheet = SpreadSheet.create(db, SheetKey.SPY_FREE);
}

aaList = aaList.subList(aaNations);
Expand Down
1 change: 1 addition & 0 deletions src/main/java/link/locutus/discord/db/guild/SheetKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public enum SheetKey {
PURCHASE_BULK,
ACTIVITY_SHEET_DAY,
ACTIVITY_SHEET_TURN,
SPY_FREE,

}

0 comments on commit 703d411

Please sign in to comment.