add export to the getworldentry function

ef980a67fbdc688df9cbdf2dbfc7e4e915e1fca7

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/world-info.js+1 -1
@@ -2261,7 +2261,7 @@ export function parseRegexFromString(input) {
22612261 }
22622262}
22632263
22642264export async function getWorldEntry(name, data, entry) {
22652265 if (!data.entries[entry.uid]) {
22662266 return;
22672267 }