This commit is contained in:
drPpZero
2023-05-27 18:07:40 +09:00
parent efb27ccbd6
commit 7d49589abf

View File

@@ -41,6 +41,7 @@ export function createNewGroup(){
firstMsgIndex: -1
})
setDatabase(db)
checkCharOrder()
return db.characters.length - 1
}