mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 06:37:49 +02:00
more gang react conversion
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user