mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
finish convert to hostname
This commit is contained in:
@@ -224,7 +224,6 @@ export function determineAllPossibilitiesForTabCompletion(
|
||||
|
||||
if (isCommand("scp") && index === 1) {
|
||||
for (const server of GetAllServers()) {
|
||||
allPos.push(server.ip);
|
||||
allPos.push(server.hostname);
|
||||
}
|
||||
|
||||
@@ -247,7 +246,6 @@ export function determineAllPossibilitiesForTabCompletion(
|
||||
if (serv == null) {
|
||||
continue;
|
||||
}
|
||||
allPos.push(serv.ip);
|
||||
allPos.push(serv.hostname);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user