mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
don't load _oo local mapping kthx
This commit is contained in:
parent
3cb83faa8f
commit
543ce7faeb
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user