hotfix hacking missiong failing

This commit is contained in:
Olivier Gagnon 2021-09-17 02:09:53 -04:00
parent 92ec4785a9
commit 19a73a2802
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

@ -1604,6 +1604,7 @@ HackingMission.prototype.finishMission = function (win) {
// Return to Faction page
document.getElementById("mainmenu-container").style.visibility = "visible";
document.getElementById("character-overview").style.visibility = "visible";
Engine.loadFactionContent();
displayFactionContent(this.faction.name);
};