Trying to get the functionality to load all running scripts upon load to work

This commit is contained in:
Daniel Xie
2016-12-14 15:44:18 -06:00
parent 334c144bae
commit 7ec22480a2
5 changed files with 9 additions and 3 deletions
-1
View File
@@ -98,7 +98,6 @@ function addWorkerScript(script, server) {
s.serverIp = server.ip;
workerScripts.push(s);
console.log("Pushed script onto workerScripts");
}
runScriptsLoop();