Re-add arkhamdb_reinit to deck importer
All checks were successful
Build and Release / Build and Release (push) Successful in 32s

This commit is contained in:
Adam Goldsmith 2024-04-28 10:52:15 -04:00
parent 2a0701c8f4
commit ff647aeaae

View File

@ -604,6 +604,10 @@ function onLoad(script_state)
arkhamDb.initialize()
end
function arkhamdb_reinit()
arkhamDb.initialize()
end
function onSave() return JSON.encode(getUiState()) end
-- Returns the zone name where the specified card should be placed, based on its metadata.