mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Jobdriver works until spawning
This commit is contained in:
parent
1b547094fe
commit
d1129fece2
2 changed files with 2 additions and 6 deletions
|
@ -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 ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue