mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 09:13:07 +02:00
Implemented server growth (might need rebalancing). No wwhen a script is killed it is properly removed from the Active Scripts tab
This commit is contained in:
@@ -105,6 +105,9 @@ function runScriptsLoop() {
|
||||
|
||||
//Delete script from workerScripts
|
||||
workerScripts.splice(i, 1);
|
||||
|
||||
//Delete script from Active Scripts
|
||||
Engine.deleteActiveScriptsItem(i);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user