You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UnityLauncherPro/Tools.cs
+8-6
Original file line number
Diff line number
Diff line change
@@ -590,14 +590,14 @@ public static bool VersionIsAlpha(string version)
590
590
591
591
publicstaticboolVersionIsChinese(stringversion)
592
592
{
593
-
returnversion.Contains("c1");
593
+
returnversion.Contains("c1");
594
594
}
595
595
596
596
597
597
//as of 21 May 2021, only final 'f' versions are now available on the alpha release notes for Unity 2018 and newer. 2017 and 5 still have patch 'p' versions as well.
0 commit comments