From 4d74bcfeebfd7f1879089aa05038d99430a27e15 Mon Sep 17 00:00:00 2001 From: Blank_Alt <> Date: Wed, 19 Aug 2020 14:56:52 +1200 Subject: [PATCH] Fix --- js/003-data/gameVariableData.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index f2845b09c08..b744fc1201c 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -459,7 +459,9 @@ App.Data.resetOnNGPlus = { saveValid: 0, lastSelection: [], - /* units */ + /* units *//** @type {FC.SecExp.PlayerUnitData} */ + secBots: {}, + /** @type {FC.SecExp.PlayerHumanUnitData[]} */ militiaUnits: [], /** @type {FC.SecExp.PlayerHumanUnitData[]} */ -- GitLab