mirror of
https://github.com/4sval/FModel.git
synced 2026-04-25 15:39:01 -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)
|
if (Globals.Usmap == null && latestUsmaps.Length > 0)
|
||||||
{
|
{
|
||||||
var latestUsmapInfo = latestUsmaps.OrderBy(f => f.LastWriteTime).Last();
|
var latestUsmapInfo = latestUsmaps.OrderBy(f => f.LastWriteTime).Last();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user