mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Clear Netscript ports on augment install / soft reset / bitnode change
This commit is contained in:
parent
0de588ee17
commit
440d9e4978
@ -48,6 +48,9 @@ export function prestigeWorkerScripts(): void {
|
||||
ws.env.stopFlag = true;
|
||||
killWorkerScript(ws);
|
||||
}
|
||||
for (const port of NetscriptPorts) {
|
||||
port.clear();
|
||||
}
|
||||
|
||||
WorkerScriptStartStopEventEmitter.emit();
|
||||
workerScripts.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user