Hackily disable playmat clickable clue counters

This commit is contained in:
Adam Goldsmith 2023-02-25 21:23:57 -05:00
parent dabb509dd5
commit 8874a1410e
1 changed files with 2 additions and 1 deletions

View File

@ -827,7 +827,8 @@ function onLoad(savedData)
if savedData then
loadedData = JSON.decode(savedData)
optionPanel = loadedData.optionPanel
updateOptionPanelState()
-- hack to disable on load
playmatAPI.clickableClues(false, "All")
else
print("Saved state could not be found!")
end