don't load _oo local mapping kthx

This commit is contained in:
XTigerHyperX 2021-03-30 11:47:25 +01:00
parent 3cb83faa8f
commit 543ce7faeb
No known key found for this signature in database
GPG Key ID: 8A8613BA3CC915BD

View File

@ -41,7 +41,7 @@ namespace FModel.Grabber.Mappings
}
}
var latestUsmaps = new DirectoryInfo(Path.Combine(Properties.Settings.Default.OutputPath, "PakChunks")).GetFiles("*.usmap");
var latestUsmaps = new DirectoryInfo(Path.Combine(Properties.Settings.Default.OutputPath, "PakChunks")).GetFiles("*_br.usmap");
if (Globals.Usmap == null && latestUsmaps.Length > 0)
{
var latestUsmapInfo = latestUsmaps.OrderBy(f => f.LastWriteTime).Last();