System/Team/MyTeamWin.cs
@@ -412,7 +412,7 @@ m_MatchState.text = model.isMatching ? Language.Get("StopMatching") : Language.Get("TeamListAutoMatching"); if (model.isMatching) { m_MatchingCoolDown.Begin(model.matchingEndTime); m_MatchingCoolDown.Begin((int)(model.matchingEndTime - DateTime.Now).TotalSeconds); } else {