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