System/ClientVersion/VersionUtility.cs
@@ -33,9 +33,11 @@ public bool completed { get { return step == Step.Completed; } } Step m_Step = Step.None; public Step step { public Step step { get { return m_Step; } private set { private set { if (m_Step != value) { m_Step = value;