mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
panel 2 done
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user