Remove not needed await on global context

d57e43df54afc3acd48a43b08747a7a9c1d99bae

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/world-info.js+1 -1
@@ -2899,7 +2899,7 @@ async function getWorldEntry(name, data, entry) {
28992899 .prop('selected', true)
29002900 .trigger('input');
29012901
29022902 await saveWorldInfo(name, data);
29032903
29042904 // exclude recursion
29052905 const excludeRecursionInput = template.find('input[name="exclude_recursion"]');