mirror of
https://github.com/4sval/FModel.git
synced 2026-06-21 07:20:05 -05:00
forcepushing everyone
This commit is contained in:
parent
767a8f0e72
commit
24be46e3cc
|
|
@ -8,8 +8,8 @@
|
|||
<StartupObject>FModel.App</StartupObject>
|
||||
<Authors>Asval</Authors>
|
||||
<Company></Company>
|
||||
<AssemblyVersion>3.1.0.1</AssemblyVersion>
|
||||
<FileVersion>3.1.0.1</FileVersion>
|
||||
<AssemblyVersion>3.1.0.2</AssemblyVersion>
|
||||
<FileVersion>3.1.0.2</FileVersion>
|
||||
<PackageIcon>FModel.ico</PackageIcon>
|
||||
<PackageIconUrl />
|
||||
<PackageProjectUrl>https://github.com/iAmAsval/FModel</PackageProjectUrl>
|
||||
|
|
|
|||
|
|
@ -291,7 +291,7 @@ namespace FModel.ViewModels.MenuItem
|
|||
var newFiles = new Dictionary<string, FPakEntry>();
|
||||
foreach (var fileReader in Globals.CachedPakFiles)
|
||||
foreach (var files in fileReader.Value)
|
||||
newFiles.Add(files.Key, files.Value);
|
||||
newFiles[files.Key] = files.Value;
|
||||
|
||||
Paks.Merge(oldFilesTemp, out var oldFiles, string.Empty);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user