From 4e31169b5704dc2a0d6e7dc2492ee1de9bae02e1 Mon Sep 17 00:00:00 2001 From: Roger Puig <68125167+rpuig2001@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:20:55 +0200 Subject: [PATCH] Add SteelJet virtual airlines --- custom-data/airlines.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 1530331..821267b 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1067,6 +1067,24 @@ "callsign": "Vueling", "virtual": true }, + { + "icao": "SJC", + "name": "SteelJet Cargo", + "callsign": "STEELCARGO", + "virtual": true + }, + { + "icao": "SJL", + "name": "SteelJet Logistics", + "callsign": "STEELJET", + "virtual": true + }, + { + "icao": "SJE", + "name": "SteelJet Executive", + "callsign": "STEELEXECUTIVE", + "virtual": true + }, { "icao": "EUF", "name": "EuroFly",