panel 2 done

This commit is contained in:
Olivier Gagnon
2021-06-14 18:46:23 -04:00
parent 5863797b03
commit 69dfbb6673
5 changed files with 116 additions and 82 deletions
+2
View File
@@ -39,6 +39,7 @@ import {
getFactionFieldWorkRepGain,
} from "./PersonObjects/formulas/reputation";
import { FconfSettings } from "./Fconf/FconfSettings";
import { unmount as unmountGang } from "./Gang";
import {
hasHacknetServers,
renderHacknetNodesUI,
@@ -531,6 +532,7 @@ const Engine = {
Engine.Display.missionContent.style.display = "none";
if (document.getElementById("gang-container")) {
document.getElementById("gang-container").style.display = "none";
unmountGang();
}
if (Player.inGang()) {