Fix root server function, file name was wrong

This commit is contained in:
Isaac Shoebottom 2023-11-14 22:33:38 -04:00
parent 62b1d6edfd
commit b99827a84b

View File

@ -76,7 +76,7 @@ export function rootServer(ns: NS, server: string) {
ns.ftpcrack(server)
counter++
}
if (ns.fileExists("SMTPCrack.exe", "home")) {
if (ns.fileExists("relaySMTP.exe", "home")) {
ns.relaysmtp(server)
counter++
}