mirror of
https://github.com/4sval/FModel.git
synced 2026-09-24 01:05:51 -05:00
prout
This commit is contained in:
@@ -117,7 +117,7 @@ public class AssetsFolderViewModel
|
||||
{
|
||||
for (var i = 0; i < list.Count; i++)
|
||||
{
|
||||
if (list[i].Header.Equals(header, StringComparison.OrdinalIgnoreCase))
|
||||
if (list[i].Header == header)
|
||||
return list[i];
|
||||
}
|
||||
|
||||
|
||||
@@ -321,7 +321,7 @@ public class CUE4ParseViewModel : ViewModel
|
||||
});
|
||||
}
|
||||
|
||||
public async Task InitBenMappings()
|
||||
public async Task InitMappings()
|
||||
{
|
||||
if (!UserSettings.IsEndpointValid(Game, EEndpointType.Mapping, out var endpoint))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user