Finished implementing Hacknet Nodes. Seems to be working fine

This commit is contained in:
Daniel Xie
2017-04-27 15:02:58 -05:00
parent e2947cc8c3
commit b61754ddd0
7 changed files with 293 additions and 47 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ var Terminal = {
for (var i = 0; i < Player.getCurrentServer().runningScripts.length; i++) {
if (Player.getCurrentServer().runningScripts[i] == scriptName) {
killWorkerScript(scriptName, Player.getCurrentServer().ip);
post("Killing " + scriptName + ". May take a few seconds");
post("Killing " + scriptName + ". May take up to a few minutes for the scripts to die...");
return;
}
}