From efab6d7e51be1a22b1ade24aa0c46e3d26f6d340 Mon Sep 17 00:00:00 2001 From: portree_kid Date: Fri, 5 May 2017 14:08:54 +0200 Subject: [PATCH] Added aircraft type racer (ME-209-V1 hard to find otherwise) --- catalog/catalogTags.py | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/catalogTags.py b/catalog/catalogTags.py index 5b9fe90..026720a 100644 --- a/catalog/catalogTags.py +++ b/catalog/catalogTags.py @@ -11,6 +11,7 @@ aircraftTypeTags = [ "glider", "groundvehicle", "helicopter", + "racer", "spaceship", "tanker", "trainer",