From 978ab97476d47b7b387cbc63e03013a939254838 Mon Sep 17 00:00:00 2001 From: Im561 <121860200+Im561@users.noreply.github.com> Date: Thu, 4 Jun 2026 05:44:08 -0400 Subject: [PATCH] added doe, doj, and updated fema and troy va added doe, doj, and updated fema and troy va --- custom-data/airlines.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 7459aa5..685d5f3 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1631,13 +1631,13 @@ "icao": "TROY", "name": "US Department of Homeland Security", "callsign": "TROY", - "virtual": false + "virtual": true }, { "icao": "FEMA", "name": "US Federal Emergency Management Agency", "callsign": "FEMA", - "virtual": false + "virtual": true }, { "icao": "AKJ", @@ -1968,5 +1968,16 @@ "name": "vAirAsia", "callsign": "WING ASIA", "virtual": true - } + }, + { "icao": "DOJ", + "name": "DOJ PRISONER AND ALIEN TRANSPORTATION SERVICE", + "callsign": "JUSTICE", + "virtual": true +}, +{ + "icao": "DOE", + "name": "National Nuclear Security Administration", + "callsign": "ENERGY", + "virtual": true +} ]