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) {
2261 }2261 }
2262}2262}
22632263
2264async function getWorldEntry(name, data, entry) {2264export async function getWorldEntry(name, data, entry) {
2265 if (!data.entries[entry.uid]) {2265 if (!data.entries[entry.uid]) {
2266 return;2266 return;
2267 }2267 }