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
|
if savedData then
|
||||||
loadedData = JSON.decode(savedData)
|
loadedData = JSON.decode(savedData)
|
||||||
optionPanel = loadedData.optionPanel
|
optionPanel = loadedData.optionPanel
|
||||||
updateOptionPanelState()
|
-- hack to disable on load
|
||||||
|
playmatAPI.clickableClues(false, "All")
|
||||||
else
|
else
|
||||||
print("Saved state could not be found!")
|
print("Saved state could not be found!")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user