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:
Daniel Xie
2016-12-20 14:18:34 -06:00
parent e2316e4a1d
commit f1ec376f33
6 changed files with 67 additions and 12 deletions
+3
View File
@@ -105,6 +105,9 @@ function runScriptsLoop() {
//Delete script from workerScripts
workerScripts.splice(i, 1);
//Delete script from Active Scripts
Engine.deleteActiveScriptsItem(i);
}
}