Remove not needed await on global context
| @@ -2899,7 +2899,7 @@ async function getWorldEntry(name, data, entry) { | |||
| 2899 | .prop('selected', true) | 2899 | .prop('selected', true) |
| 2900 | .trigger('input'); | 2900 | .trigger('input'); |
| 2901 | 2901 | ||
| 2902 | await saveWorldInfo(name, data); | 2902 | saveWorldInfo(name, data); |
| 2903 | 2903 | ||
| 2904 | // exclude recursion | 2904 | // exclude recursion |
| 2905 | const excludeRecursionInput = template.find('input[name="exclude_recursion"]'); | 2905 | const excludeRecursionInput = template.find('input[name="exclude_recursion"]'); |