Skip to content

Commit

Permalink
fixed critical bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel O committed May 14, 2023
1 parent 24c3e03 commit e995747
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions module/sheets/BoardSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export default class BoardSheet extends ActorSheet {
data.PLAYER = GAME.PLAYER;

// Load predefined decks
const deckIds = getSetting('deckIds');
if (deckIds) {
// TODO: Implement
}
// const deckIds = getSetting('deckIds');
// if (deckIds) {
// // TODO: Implement
// }

return data;
}
Expand Down

0 comments on commit e995747

Please sign in to comment.