mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
Lint
This commit is contained in:
@@ -119,8 +119,7 @@ namespace VRCX
|
||||
var dirs = Directory.GetDirectories(topDir, versionSearchPattern);
|
||||
if (dirs.Length > 0)
|
||||
return dirs.OrderByDescending(dir => ReverseHexToDecimal(Path.GetFileName(dir)).Item2).First();
|
||||
|
||||
|
||||
|
||||
return Path.Combine(topDir, versionLocation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user