Add playground and fix embeddings
This commit is contained in:
@@ -986,7 +986,7 @@ export function checkCharOrder() {
|
||||
const charId = db.characters[i].chaId
|
||||
charIdList.push(charId)
|
||||
if(!ordered.includes(charId)){
|
||||
if(charId !== '§temp'){
|
||||
if(charId !== '§temp' && charId !== '§playground'){
|
||||
db.characterOrder.push(charId)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user