From 215a94f4f55a0df9c1ccfed3b903c25695a67a40 Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Thu, 22 Sep 2022 08:18:45 -0700 Subject: [PATCH] Remove test for LL mod since it's not used. --- 1.3/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs index 4a5f045..e7a1611 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs @@ -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.HARActivated = ModLister.GetActiveModWithIdentifier("erdelf.HumanoidAlienRaces") != null; - Configurations.LLActivated = ModLister.GetActiveModWithIdentifier("LustLicentia.RJWLabs") != null; }