mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix world info decorator fallback
This commit is contained in:
@@ -3571,6 +3571,7 @@ function parseDecorators(content){
|
|||||||
|
|
||||||
if(isKnownDecorator(splited[i])){
|
if(isKnownDecorator(splited[i])){
|
||||||
decorators.push(splited[i].startsWith('@@@') ? splited[i].substring(1) : splited[i])
|
decorators.push(splited[i].startsWith('@@@') ? splited[i].substring(1) : splited[i])
|
||||||
|
fallbacked = false
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
fallbacked = true
|
fallbacked = true
|
||||||
|
Reference in New Issue
Block a user