From b588050fb40ac36393a27575537e295741c4a7c2 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Thu, 2 Mar 2023 20:10:49 +0100 Subject: [PATCH] ignoring exo biology is now handled in the parser --- EliteBGS/DiscordLogGenerator.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EliteBGS/DiscordLogGenerator.cs b/EliteBGS/DiscordLogGenerator.cs index c404978..d2d9dec 100644 --- a/EliteBGS/DiscordLogGenerator.cs +++ b/EliteBGS/DiscordLogGenerator.cs @@ -19,8 +19,7 @@ public class DiscordLogGenerator { new MicroResourcesFormat(), new MarketBuyFormat(), new CargoSoldFormatter(), - /* As of this moment, Update 14.02 organics do not affect BGS at all */ - //new VistaGenomicsFormat(), + new VistaGenomicsFormat(), new SearchAndRescueFormat(), };