mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 06:17:04 +02:00
hotfix hacking missiong failing
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1604,6 +1604,7 @@ HackingMission.prototype.finishMission = function (win) {
|
|||||||
|
|
||||||
// Return to Faction page
|
// Return to Faction page
|
||||||
document.getElementById("mainmenu-container").style.visibility = "visible";
|
document.getElementById("mainmenu-container").style.visibility = "visible";
|
||||||
|
document.getElementById("character-overview").style.visibility = "visible";
|
||||||
Engine.loadFactionContent();
|
Engine.loadFactionContent();
|
||||||
displayFactionContent(this.faction.name);
|
displayFactionContent(this.faction.name);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user