diff --git a/servers/home/watcher.ts b/servers/home/watcher.ts index efc0733..399ed44 100644 --- a/servers/home/watcher.ts +++ b/servers/home/watcher.ts @@ -15,5 +15,5 @@ export async function main(ns: NS) { } // Wait 1 second before checking again await ns.sleep(1000) - } while (hackingLevel < 9999) + } while (hackingLevel <= Math.max(...levels)) }