From 461775a92f6adb00632cfebde9de7844344d3565 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 13 Nov 2023 14:15:01 -0400 Subject: [PATCH] Add comments --- servers/home/watcher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/home/watcher.ts b/servers/home/watcher.ts index 47fbb50..55d23b3 100644 --- a/servers/home/watcher.ts +++ b/servers/home/watcher.ts @@ -11,6 +11,7 @@ export async function main(ns: NS) { { program: "HTTPWorm.exe", exists: false }, { program: "SQLInject.exe", exists: false }, ] + // Update state with existing programs checkForNewPrograms(ns, state) // Remove levels that are already hacked