fix hacking mission looking for a container

This commit is contained in:
Olivier Gagnon
2021-09-17 02:07:08 -04:00
parent ff726afcd6
commit 92ec4785a9
5 changed files with 24 additions and 28 deletions
-1
View File
@@ -1604,7 +1604,6 @@ HackingMission.prototype.finishMission = function (win) {
// Return to Faction page
document.getElementById("mainmenu-container").style.visibility = "visible";
document.getElementById("character-overview-wrapper").style.visibility = "visible";
Engine.loadFactionContent();
displayFactionContent(this.faction.name);
};