From a60cc5e04b8ea6d5426c587c2ad2d26d8dd3f09b Mon Sep 17 00:00:00 2001 From: Xjph Date: Wed, 27 Oct 2021 21:46:46 -0230 Subject: [PATCH] Add missing services to enum --- ObservatoryFramework/Files/ParameterTypes/Enumerations.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs b/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs index a326d3c..adcdd31 100644 --- a/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs +++ b/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs @@ -361,7 +361,12 @@ namespace Observatory.Framework.Files.ParameterTypes CarrierVendor = 1L << 32, ModulePacks = 1L << 33, Livery = 1L << 34, - SocialSpace = 1L << 35 + SocialSpace = 1L << 35, + Bartender = 1L << 36, + VistaGenomics = 1L << 37, + PioneerSupplies = 1L << 38, + ApexInterstellar = 1L << 39, + FrontlineSolutions = 1L << 40 } public enum TextChannel