more gang react conversion

This commit is contained in:
Olivier Gagnon
2021-06-16 01:33:59 -04:00
parent 9e345b1375
commit 4cdd65e96c
4 changed files with 33 additions and 94 deletions
-2
View File
@@ -39,7 +39,6 @@ import {
getFactionFieldWorkRepGain,
} from "./PersonObjects/formulas/reputation";
import { FconfSettings } from "./Fconf/FconfSettings";
import { unmount as unmountGang } from "./Gang";
import {
hasHacknetServers,
renderHacknetNodesUI,
@@ -532,7 +531,6 @@ const Engine = {
Engine.Display.missionContent.style.display = "none";
if (document.getElementById("gang-container")) {
document.getElementById("gang-container").style.display = "none";
unmountGang();
}
if (Player.inGang()) {