Hackily disable playmat clickable clue counters
This commit is contained in:
parent
dabb509dd5
commit
8874a1410e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user