small bugfix for token arranger
This commit is contained in:
parent
99ed76417e
commit
38f4869ca3
@ -262,7 +262,7 @@ end
|
||||
function onTokenDataChanged(parameters)
|
||||
local tokenData = parameters.tokenData or {}
|
||||
local currentScenario = parameters.currentScenario or ""
|
||||
local useFrontData = parameters.useFrontData or true
|
||||
local useFrontData = parameters.useFrontData
|
||||
|
||||
-- only update if this data is new
|
||||
local info = currentScenario .. tostring(useFrontData)
|
||||
|
Loading…
Reference in New Issue
Block a user