Edit the script "DroneMainScript" and at the "OnEnable" section comment out the first line (it should be line number 222) like this:
//if (current != null && current != this) current.transform.parent.gameObject.SetActive(false);
This will stop the autodisabling of newly added drones.