From 2c2748f995056161462df8a5417bf365781a806f Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 4 Oct 2019 16:59:16 +0300 Subject: [PATCH] v1.1.13 --- modules/save-and-load.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/save-and-load.js b/modules/save-and-load.js index ae9f504d..41ed1f41 100644 --- a/modules/save-and-load.js +++ b/modules/save-and-load.js @@ -806,7 +806,7 @@ function parseLoadedData(data) { biomesData.habitability.push(12); } - if (version == 1) { + if (version < 1.1) { // v 1.0 initial code had a bug with religion layer id if (!relig.size()) relig = viewbox.insert("g", "#terrain").attr("id", "relig");