[test] peer

This commit is contained in:
kwaroran
2023-11-22 18:51:12 +09:00
parent ac6216a2c3
commit bde1216ab3
9 changed files with 328 additions and 9 deletions

View File

@@ -922,7 +922,9 @@ export function checkCharOrder() {
const charId = db.characters[i].chaId
charIdList.push(charId)
if(!ordered.includes(charId)){
db.characterOrder.push(charId)
if(charId !== '§temp'){
db.characterOrder.push(charId)
}
}
}