summaryrefslogtreecommitdiff
path: root/scripts/gui/table.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gui/table.js')
-rw-r--r--scripts/gui/table.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gui/table.js b/scripts/gui/table.js
index 964f750..232382d 100644
--- a/scripts/gui/table.js
+++ b/scripts/gui/table.js
@@ -149,7 +149,7 @@ class Table{
if(event.drag.length < 1)
return;
- var c = this.checkCard(event.drag[0].e);
+ var c = event.drag[0].e.card;
var d = this.checkDeck(event.x, event.y);
if(c !== null)