mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
MISC: Remove unused properties of source file (#1424)
This commit is contained in:
parent
49668f10b2
commit
48bebeea2b
@ -2,10 +2,8 @@ import { BitNodes } from "../BitNode/BitNode";
|
||||
|
||||
export class SourceFile {
|
||||
info: JSX.Element;
|
||||
lvl = 1;
|
||||
n: number;
|
||||
name: string;
|
||||
owned = false;
|
||||
|
||||
constructor(number: number, info: JSX.Element) {
|
||||
const bitnodeKey = "BitNode" + number;
|
||||
|
@ -174,6 +174,4 @@ export function applySourceFile(bn: number, lvl: number): void {
|
||||
console.error(`Invalid source file number: ${bn}`);
|
||||
break;
|
||||
}
|
||||
|
||||
sourceFileObject.owned = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user