diff --git a/html/script.js b/html/script.js
index 04f5083..1f9fa44 100644
--- a/html/script.js
+++ b/html/script.js
@@ -365,7 +365,7 @@ function fetchData() {
return (globeIndexNow[x] - globeIndexNow[y]);
});
indexes = indexes.slice(0, globeSimLoad);
- let ft = wdb ? '.ttf' : '.json'
+ let ft = wdb ? '.binCraft' : '.json'
for (let i in indexes) {
ac_url.push('data/globe_' + indexes[i].toString().padStart(4, '0') + ft);
}