From f47022ee7985316ce2e51436334d9c3529f309c5 Mon Sep 17 00:00:00 2001 From: wcancur <61812726+jonathanqwerty@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:18:02 +0700 Subject: [PATCH] Add Starship Airlines to airlines.json --- custom-data/airlines.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index f1b719d..3363d6b 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1668,5 +1668,11 @@ "name": "Axiom", "callsign": "AXIOM", "virtual": true + }, + { + "icao": "STX", + "name": "Starship Airlines", + "callsign": "Bluestar", + "virtual": true } ]