Don't sort recursive scan
This commit is contained in:
parent
83ba1af0cc
commit
afa44d0ea4
@ -23,9 +23,7 @@ export function recursiveScan(ns: NS) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Remove the current server
|
// Remove the current server
|
||||||
allServers.splice(allServers.indexOf("home"), 1)
|
return allServers.splice(allServers.indexOf("home"), 1)
|
||||||
// Print all servers
|
|
||||||
return allServers.sort()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user