Remove test for LL mod since it's not used.

This commit is contained in:
lutepickle 2022-09-22 08:18:45 -07:00
parent c349ab79de
commit 215a94f4f5
1 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,6 @@ namespace RJW_Menstruation
public static bool HARActivated = false;
public static bool LLActivated = false;
public enum DetailLevel
{
@ -246,7 +245,6 @@ namespace RJW_Menstruation
{
GetSettings<Configurations>();
Configurations.HARActivated = ModLister.GetActiveModWithIdentifier("erdelf.HumanoidAlienRaces") != null;
Configurations.LLActivated = ModLister.GetActiveModWithIdentifier("LustLicentia.RJWLabs") != null;
}