From 229e76b87d71b8f2379ae9cc85eb0140aa6fa330 Mon Sep 17 00:00:00 2001 From: Xjph Date: Tue, 13 Dec 2022 19:12:34 -0330 Subject: [PATCH] Add SRV to VehicleSwitchTo --- ObservatoryFramework/Files/ParameterTypes/Enumerations.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs b/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs index ea8e244..b47cfc8 100644 --- a/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs +++ b/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs @@ -405,7 +405,8 @@ namespace Observatory.Framework.Files.ParameterTypes public enum VehicleSwitchTo { Mothership, - Fighter + Fighter, + SRV } public enum VoucherType