fix world info decorator fallback
| @@ -3571,6 +3571,7 @@ function parseDecorators(content){ | |||
| 3571 | 3571 | ||
| 3572 | if(isKnownDecorator(splited[i])){ | 3572 | if(isKnownDecorator(splited[i])){ |
| 3573 | decorators.push(splited[i].startsWith('@@@') ? splited[i].substring(1) : splited[i]) | 3573 | decorators.push(splited[i].startsWith('@@@') ? splited[i].substring(1) : splited[i]) |
| 3574 | fallbacked = false | ||
| 3574 | } | 3575 | } |
| 3575 | else{ | 3576 | else{ |
| 3576 | fallbacked = true | 3577 | fallbacked = true |