Skip to content

Commit

Permalink
missing singleton state change fix (#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek001 authored and Aaronontheweb committed Nov 14, 2019
1 parent 4f1bebd commit 11aab93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ private void InitializeFSM()
if (youngerData.Oldest.All(m => _removed.ContainsKey(m)))
{
GoToOldest();
return GoToOldest();
}
else
{
Expand Down

0 comments on commit 11aab93

Please sign in to comment.