From 8e0be2fcff4b931bb2cb0d6cb0c79f1f22a69059 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sat, 17 Oct 2020 23:01:45 +0200 Subject: [PATCH] change globe file extension to binCraft --- html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }