mirror of
https://github.com/4sval/FModel.git
synced 2026-09-21 07:54:39 -05:00
don't load _oo local mapping kthx
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user