mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-31 11:35:37 +01:00
fix world info decorator fallback
This commit is contained in:
parent
16f4f58a13
commit
2d0ad688f1
@ -3571,6 +3571,7 @@ function parseDecorators(content){
|
||||
|
||||
if(isKnownDecorator(splited[i])){
|
||||
decorators.push(splited[i].startsWith('@@@') ? splited[i].substring(1) : splited[i])
|
||||
fallbacked = false
|
||||
}
|
||||
else{
|
||||
fallbacked = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user