[fix] hypamemory vector saving fix

This commit is contained in:
kwaroran
2023-06-29 09:19:01 +09:00
parent 6d4b592a25
commit 8055739527
4 changed files with 7 additions and 5 deletions

View File

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