From 2fddf2ad1f4d6e7255143892ea46597db0968787 Mon Sep 17 00:00:00 2001 From: Guido Kessels Date: Fri, 30 Nov 2018 14:51:23 +0100 Subject: [PATCH] Add TIE/sf Fighter to manifest --- data/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/manifest.json b/data/manifest.json index cfaf4802..8c317faa 100644 --- a/data/manifest.json +++ b/data/manifest.json @@ -83,8 +83,9 @@ { "faction": "firstorder", "ships": [ - "data/pilots/first-order/tie-vn-silencer.json", "data/pilots/first-order/tie-fo-fighter.json", + "data/pilots/first-order/tie-sf-fighter.json", + "data/pilots/first-order/tie-vn-silencer.json", "data/pilots/first-order/upsilon-class-shuttle.json" ] },