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: default:
GoNextStage(Stage.Follicular); GoNextStage(Stage.Follicular);
break; break;
} }
AfterSimulator();
} }
catch (Exception ex) catch (Exception ex)
{ {