formatting
This commit is contained in:
parent
bbc8c5599d
commit
1bd55af78a
@ -230,7 +230,8 @@ end
|
|||||||
function highlightCountedVP()
|
function highlightCountedVP()
|
||||||
self.editButton({
|
self.editButton({
|
||||||
index = 4,
|
index = 4,
|
||||||
tooltip = (highlightCounted and "Enable" or "Disable") .. " highlighting of cards with VP."
|
tooltip = (highlightCounted and "Enable" or "Disable") ..
|
||||||
|
" highlighting of cards with VP."
|
||||||
})
|
})
|
||||||
for _, obj in pairs(countedVP) do
|
for _, obj in pairs(countedVP) do
|
||||||
if obj ~= nil then
|
if obj ~= nil then
|
||||||
|
Loading…
Reference in New Issue
Block a user