diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-07-17 20:17:28 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-07-17 20:17:28 -0400 |
commit | c9edb73751d20bb3c09b406895ca6982b455c9e4 (patch) | |
tree | c6cca364d2612db9bda4776ea19d8856fa29c92d /scripts/gui | |
parent | 0e010b53fbaa243760f5aabd8ad5ed85c87243fd (diff) |
Some fixes
Diffstat (limited to 'scripts/gui')
-rw-r--r-- | scripts/gui/table.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gui/table.js b/scripts/gui/table.js index ecdefd7..964f750 100644 --- a/scripts/gui/table.js +++ b/scripts/gui/table.js @@ -91,7 +91,7 @@ class Table{ delete this.cards[this.decks[id].cards[i].getID()]; this.decks[id].removeCard(i); } - //this.deck[] + delete this.deck[id]; } // Delete a card |