ignoring exo biology is now handled in the parser

This commit is contained in:
Florian Stinglmayr 2023-03-02 20:10:49 +01:00
parent f9eb0d34f9
commit b588050fb4

View File

@ -19,8 +19,7 @@ public class DiscordLogGenerator {
new MicroResourcesFormat(), new MicroResourcesFormat(),
new MarketBuyFormat(), new MarketBuyFormat(),
new CargoSoldFormatter(), new CargoSoldFormatter(),
/* As of this moment, Update 14.02 organics do not affect BGS at all */ new VistaGenomicsFormat(),
//new VistaGenomicsFormat(),
new SearchAndRescueFormat(), new SearchAndRescueFormat(),
}; };