Compare commits

...

2 Commits

Author SHA1 Message Date
Philipp
4e02bd961e Merge branch 'main' of https://gitea.goetje-ing.de/ArchitectsOfTheBitburner/The_Bitburner_Scripts 2024-10-17 21:51:48 +02:00
Philipp
05234f6af1 Night-Sync 2024-10-17 21:51:39 +02:00

View File

@@ -51,7 +51,7 @@ export async function main(ns) {
} }
}; };
nStep = oCorpStatus.nStep; nStep = oCorpStatus.nStep;
ns.tprint(nStep);
switch (nStep) { switch (nStep) {
case 0: case 0:
nListenPID = ns.run("/corp/GetCorpData.js"); nListenPID = ns.run("/corp/GetCorpData.js");