Re-add arkhamdb_reinit
to deck importer
All checks were successful
Build and Release / Build and Release (push) Successful in 32s
All checks were successful
Build and Release / Build and Release (push) Successful in 32s
This commit is contained in:
parent
2a0701c8f4
commit
ff647aeaae
@ -604,6 +604,10 @@ function onLoad(script_state)
|
|||||||
arkhamDb.initialize()
|
arkhamDb.initialize()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function arkhamdb_reinit()
|
||||||
|
arkhamDb.initialize()
|
||||||
|
end
|
||||||
|
|
||||||
function onSave() return JSON.encode(getUiState()) end
|
function onSave() return JSON.encode(getUiState()) end
|
||||||
|
|
||||||
-- Returns the zone name where the specified card should be placed, based on its metadata.
|
-- Returns the zone name where the specified card should be placed, based on its metadata.
|
||||||
|
Loading…
Reference in New Issue
Block a user