From 89c127e76e20d6217a4b23cd0b7abade2c0cf9e1 Mon Sep 17 00:00:00 2001 From: Samuel Towers <126475948+MrGeorgey@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:13:05 +1000 Subject: [PATCH 1/2] Add Koala Air to airlines.json --- custom-data/airlines.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 1530331..961db3f 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -2027,5 +2027,10 @@ "name": "EgyptAir Virtual", "callsign": "EgyptAir", "virtual": true - } + }, + { + "icao": "KOA", + "name": "Koala Air", + "callsign": "KOALA", + "virtual": false ] From ac4234e1c91ba9e340c761bb88064b10e97bd72a Mon Sep 17 00:00:00 2001 From: Samuel Towers <126475948+MrGeorgey@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:24:03 +1000 Subject: [PATCH 2/2] fix mistake airlines.json --- custom-data/airlines.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 961db3f..638eeb5 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -2033,4 +2033,5 @@ "name": "Koala Air", "callsign": "KOALA", "virtual": false + } ]