Jobdriver works until spawning

This commit is contained in:
Vegapnk 2024-07-16 18:34:04 +02:00
parent 1b547094fe
commit d1129fece2
2 changed files with 2 additions and 6 deletions

View file

@ -22,11 +22,9 @@ namespace RJW_Genes
protected override IEnumerable<Toil> MakeNewToils()
{
if (ModsConfig.IsActive("rjw.sexperience"))
if (!ModsConfig.IsActive("rjw.sexperience"))
yield break;
ModLog.Debug("Starting Toils for Processing Cumbucket");
Toil toil = new Toil();
toil.initAction = delegate ()
{