[fix] fixed object loading as map

This commit is contained in:
kwaroran
2023-06-24 01:36:17 +09:00
parent 393ea8239b
commit 491fb676c5
3 changed files with 5 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ export let appVer = '1.27.2'
export let webAppSubVer = ''
export function setDatabase(data:Database){
console.log(data)
if(checkNullish(data.characters)){
data.characters = []
}