- [Core] bug fixes.

This commit is contained in:
Razmoth
2024-02-19 17:29:54 +04:00
parent b5d54ce318
commit 3946c0d01a
2 changed files with 2 additions and 6 deletions

View File

@@ -152,10 +152,6 @@ namespace AssetStudio.CLI
}
else
{
if (files.Length == 1)
{
throw new Exception("Unable to build AssetMap with input_path as a file !!");
}
Task.Run(() => AssetsHelper.BuildAssetMap(files, o.MapName, game, o.Output.FullName, o.MapType, classTypeFilter, o.NameFilter, o.ContainerFilter)).Wait();
}
}