mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Hide comp injection report behind debug option
This commit is contained in:
parent
80c4c34131
commit
7254769cf7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace RJWSexperience
|
|||
foreach (ThingDef def in PawnDefs)
|
||||
def.comps.Add(comp);
|
||||
|
||||
LogManager.GetLogger("StaticConstructorOnStartup").Message($"Injected SexHistoryComp into {PawnDefs.Count()} pawn Defs");
|
||||
LogManager.GetLogger<DebugLogProvider>("StaticConstructorOnStartup").Message($"Injected SexHistoryComp into {PawnDefs.Count()} pawn Defs");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue