Re-add AfterSimulator to CompPostTick

This commit is contained in:
lutepickle 2022-08-10 14:47:10 -07:00
parent 592fcad088
commit 8e5487b3ba
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -600,6 +600,7 @@ namespace RJW_Menstruation
GoNextStage(Stage.Follicular);
break;
}
AfterSimulator();
}
catch (Exception ex)
{