mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Only show the "tick scheduler removed" messages when debug is enabled
This commit is contained in:
parent
d8fcb15f39
commit
2407b52e3b
2 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ namespace RJW_Menstruation
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
HugsLibController.Instance.TickDelayScheduler.TryUnscheduleCallback(action);
|
HugsLibController.Instance.TickDelayScheduler.TryUnscheduleCallback(action);
|
||||||
Log.Message(parent.pawn.Label + " breast tick scheduler removed");
|
if (Configurations.Debug) Log.Message(parent.pawn.Label + " breast tick scheduler removed");
|
||||||
base.CompPostPostRemoved();
|
base.CompPostPostRemoved();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -517,7 +517,7 @@ namespace RJW_Menstruation
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
HugsLibController.Instance.TickDelayScheduler.TryUnscheduleCallback(actionref);
|
HugsLibController.Instance.TickDelayScheduler.TryUnscheduleCallback(actionref);
|
||||||
Log.Message(parent.pawn.Label + " tick scheduler removed");
|
if (Configurations.Debug) Log.Message(parent.pawn.Label + " menstruation tick scheduler removed");
|
||||||
pregnancy?.Miscarry();
|
pregnancy?.Miscarry();
|
||||||
base.CompPostPostRemoved();
|
base.CompPostPostRemoved();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue