Skip to content

Commit

Permalink
Disable MCDF support in the library
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmoose committed Mar 30, 2024
1 parent 04d075a commit b2ab515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brio/UI/Controls/Stateless/FileUIHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public static void ShowImportCharacterModal(ActorAppearanceCapability capability
{
List<Type> types = [typeof(ActorAppearanceUnion), typeof(AnamnesisCharaFile)];

if(capability.CanMcdf)
types.Add(typeof(MareCharacterDataFile));
//if(capability.CanMcdf)
// types.Add(typeof(MareCharacterDataFile));

TypeFilter filter = new TypeFilter("Characters", [.. types]);

Expand Down

0 comments on commit b2ab515

Please sign in to comment.