Ensure the Bless Curse Manager triggers the Token Arranger (e.g. for Kohaku)

This commit is contained in:
Chr1Z93 2024-08-13 23:53:11 +02:00
parent 7946ac4241
commit 183aaf5443
2 changed files with 3 additions and 4 deletions

View File

@ -199,8 +199,6 @@ function callFunctions(type, isRightClick)
else else
addToken(type) addToken(type)
end end
tokenArrangerApi.layout()
end end
--------------------------------------------------------- ---------------------------------------------------------
@ -317,6 +315,7 @@ function removeToken(type)
printToAll("Removing " .. type .. " token " .. formatTokenCount(type)) printToAll("Removing " .. type .. " token " .. formatTokenCount(type))
updateButtonLabels() updateButtonLabels()
obj.destruct() obj.destruct()
tokenArrangerApi.layout()
end end
}) })
end end