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

@ -599,7 +599,8 @@ namespace RJW_Menstruation
default:
GoNextStage(Stage.Follicular);
break;
}
}
AfterSimulator();
}
catch (Exception ex)
{