Hide comp injection report behind debug option

This commit is contained in:
amevarashi 2022-06-05 17:11:13 +05:00
parent 80c4c34131
commit 7254769cf7

View file

@ -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");
}
}
}