MISC: Remove unsed attribues of internal ScriptDeath. (#1513)

This commit is contained in:
Tom Prince
2024-07-23 18:50:51 -06:00
committed by GitHub
parent 42bcfa1889
commit 854c1a5921
3 changed files with 3 additions and 14 deletions
-3
View File
@@ -51,9 +51,6 @@ export class WorkerScript {
/** Netscript Environment for this script */
env: Environment;
/** Status message in case of script error. */
errorMessage = "";
/**
* Used for static RAM calculation. Stores names of all functions that have
* already been checked by this script