This commit is contained in:
Tercio Jose
2020-10-17 17:15:29 -03:00
parent c42a35657d
commit 6e7414fb6b
7 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -2176,7 +2176,7 @@ do
{--encounter time
type = "toggle",
get = function() return currentInstance.attribute_text.show_timer and true end,
get = function() return currentInstance.attribute_text.show_timer and true or false end,
set = function (self, fixedparam, value)
editInstanceSetting(currentInstance, "AttributeMenu", nil, nil, nil, nil, nil, nil, nil, nil, value)
afterUpdate()