fix: Reverse order of actives in loadLoreBookV3Prompt
This commit is contained in:
@@ -511,7 +511,7 @@ export async function loadLoreBookV3Prompt(){
|
|||||||
})
|
})
|
||||||
|
|
||||||
return {
|
return {
|
||||||
actives: activesFiltered,
|
actives: activesFiltered.reverse()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user