From 72320073eb6d5ba30b3221f55182012020853231 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Mon, 18 Nov 2024 23:18:51 +0100 Subject: [PATCH] Bugfix for token detaching --- src/core/Global.ttslua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()