mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
v0.46.1 build
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
import {
|
||||
getFirstParentDirectory,
|
||||
isInRootDirectory
|
||||
} from "./DirectoryHelpers";
|
||||
|
||||
import {
|
||||
Aliases,
|
||||
GlobalAliases
|
||||
@@ -80,7 +75,7 @@ export function determineAllPossibilitiesForTabCompletion(p: IPlayer, input: str
|
||||
}
|
||||
|
||||
function addAllPrograms() {
|
||||
for (const program of currServ.programs) {
|
||||
for (const program of homeComputer.programs) {
|
||||
allPos.push(program);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user