From 05234f6af1e4c60bb07f2c3a7ebfc8d7509136e4 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 17 Oct 2024 21:51:39 +0200 Subject: [PATCH] Night-Sync --- Ramses/home/CorpControl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ramses/home/CorpControl.js b/Ramses/home/CorpControl.js index d2f12bf..ea2078b 100644 --- a/Ramses/home/CorpControl.js +++ b/Ramses/home/CorpControl.js @@ -51,7 +51,7 @@ export async function main(ns) { } }; nStep = oCorpStatus.nStep; - ns.tprint(nStep); + switch (nStep) { case 0: nListenPID = ns.run("/corp/GetCorpData.js");