Merge pull request #4052 from Snarling/ns1wrapper

NETSCRIPT: FIX #4037 ns1 wraps deeper layers correctly.
This commit is contained in:
hydroflame
2022-08-29 11:14:32 -03:00
committed by GitHub
8 changed files with 59 additions and 146 deletions
-5
View File
@@ -94,11 +94,6 @@ export class WorkerScript {
*/
ramUsage = 0;
/**
* Whether or not this workerScript is currently running
*/
running = false;
/**
* Reference to underlying RunningScript object
*/