diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index 4a995198..d39e95fb 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -2871,7 +2871,7 @@ function handleTokenAttaching(params) Wait.condition( function() if card ~= nil then - handleTokenDetaching(card) + handleTokenDetaching({ card = card }) end end, function()