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…
Reference in New Issue