This commit is contained in:
Sinai
2021-08-06 18:44:13 +10:00
parent 31dd54d25c
commit e49ed3028f
2 changed files with 5 additions and 7 deletions

View File

@ -517,7 +517,7 @@ namespace UnityExplorer
//Assembly.Load(File.ReadAllBytes(fullPath));
return true;
}
catch (Exception e)
catch //(Exception e)
{
//ExplorerCore.LogWarning($"Failed loading module '{Path.GetFileName(fullPath)}'! {e.ReflectionExToString()}");
return false;