mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Remove test for LL mod since it's not used.
This commit is contained in:
parent
c349ab79de
commit
215a94f4f5
1 changed files with 0 additions and 2 deletions
|
@ -105,7 +105,6 @@ namespace RJW_Menstruation
|
||||||
|
|
||||||
|
|
||||||
public static bool HARActivated = false;
|
public static bool HARActivated = false;
|
||||||
public static bool LLActivated = false;
|
|
||||||
|
|
||||||
public enum DetailLevel
|
public enum DetailLevel
|
||||||
{
|
{
|
||||||
|
@ -246,7 +245,6 @@ namespace RJW_Menstruation
|
||||||
{
|
{
|
||||||
GetSettings<Configurations>();
|
GetSettings<Configurations>();
|
||||||
Configurations.HARActivated = ModLister.GetActiveModWithIdentifier("erdelf.HumanoidAlienRaces") != null;
|
Configurations.HARActivated = ModLister.GetActiveModWithIdentifier("erdelf.HumanoidAlienRaces") != null;
|
||||||
Configurations.LLActivated = ModLister.GetActiveModWithIdentifier("LustLicentia.RJWLabs") != null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue