From dc70a8661324124de4a94acafc9e8796ef50e12c Mon Sep 17 00:00:00 2001 From: hasparus Date: Tue, 30 Oct 2018 09:20:12 +0100 Subject: [PATCH] Quickfix "Names for German base incorrect" --- script.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 53d1b20f..60df788b 100644 --- a/script.js +++ b/script.js @@ -270,12 +270,14 @@ function fantasyMap() { const mapLink = params.get("maplink"); if (mapLink) { // set up global state + applyNamesData(); applyMapSize(); placePoints(); calculateVoronoi(points); - + makeFileFromUrl(decodeURIComponent(mapLink)).then(blob => { uploadFile(blob); + manorsAndRegions(); // namesBase global state }) } else { applyNamesData(); // apply default namesbase on load