From 74ea22fc878398083e29f65c7c096dccfb6eb32e Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 30 Mar 2020 23:49:53 +0300 Subject: [PATCH] v1.3.16a --- modules/save-and-load.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/save-and-load.js b/modules/save-and-load.js index 137ac11a..3686d9c0 100644 --- a/modules/save-and-load.js +++ b/modules/save-and-load.js @@ -645,6 +645,7 @@ function parseLoadedData(data) { icons = viewbox.select("#icons"); burgIcons = icons.select("#burgIcons"); anchors = icons.select("#anchors"); + armies = viewbox.select("#armies"); markers = viewbox.select("#markers"); ruler = viewbox.select("#ruler"); fogging = viewbox.select("#fogging");