Merge pull request #1000 from argonui/detaching
Bugfix for token detaching
This commit is contained in:
commit
d898676b6a
@ -2871,7 +2871,7 @@ function handleTokenAttaching(params)
|
||||
Wait.condition(
|
||||
function()
|
||||
if card ~= nil then
|
||||
handleTokenDetaching(card)
|
||||
handleTokenDetaching({ card = card })
|
||||
end
|
||||
end,
|
||||
function()
|
||||
|
Loading…
x
Reference in New Issue
Block a user