Skip to content
Snippets Groups Projects
Commit ad7a620a authored by Skriv's avatar Skriv
Browse files

removeActiveSlave

parent 1a643e91
No related branches found
No related tags found
No related merge requests found
...@@ -141,8 +141,8 @@ window.removeActiveSlave = function removeActiveSlave() { ...@@ -141,8 +141,8 @@ window.removeActiveSlave = function removeActiveSlave() {
} }
} }
/* Remove from facility array or leadership role, if needed */ /* Remove from facility array or leadership role, if needed */
removeJob(V.activeSlave, V.activeSlave.assignment); removeJob(V.activeSlave, V.activeSlave.assignment);
if (V.traitor !== 0) { if (V.traitor !== 0) {
missing = true; /* no exceptions, fetus system relies on this */ missing = true; /* no exceptions, fetus system relies on this */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment