diff --git a/src/Mods/SecExp/js/securityReport.js b/src/Mods/SecExp/js/securityReport.js index 6f001f5122bda8f7e1da39deb96bf1cee8f7b7f6..3f6552138319cda81673e2727c74c8a975e0efd8 100644 --- a/src/Mods/SecExp/js/securityReport.js +++ b/src/Mods/SecExp/js/securityReport.js @@ -507,7 +507,7 @@ App.SecExp.securityReport = function() { r.push(`It will be finished in ${numberWithPluralOne(V.SecExp.buildings.weapManu.upgrades.queue[0].time, "week")}.`); } for (let i = 1; i < V.SecExp.buildings.weapManu.upgrades.queue.length; i++) { - current = App.SecExp.weapManu.currentUpgrade(V.SecExp.buildings.weapManu.upgrades.queue[i].ID); + current = App.SecExp.weapManuUpgrade.current(V.SecExp.buildings.weapManu.upgrades.queue[i].ID); r.push(`<br>${ordinalSuffix(i + 1)} in queue: ${current.dec} for ${current.unit}. It will enhance their ${current.purpose}.`); } }