mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
Remove unused augmentationStats interface
All augmentations have all multipliers
This commit is contained in:
@@ -63,7 +63,7 @@ function stopAndCleanUpWorkerScript(ws: WorkerScript): void {
|
||||
if (ws.delay) clearTimeout(ws.delay);
|
||||
ws.delayReject?.(new ScriptDeath(ws));
|
||||
ws.env.runningFn = "";
|
||||
|
||||
|
||||
if (typeof ws.atExit === "function") {
|
||||
try {
|
||||
ws.env.stopFlag = false;
|
||||
|
||||
Reference in New Issue
Block a user