1.4.5 finalize and release

This commit is contained in:
sinaioutlander
2020-08-30 23:29:37 +10:00
parent fd20a1120b
commit 0fd382c1f6
4 changed files with 10 additions and 8 deletions

View File

@ -37,7 +37,7 @@ namespace Explorer
var type = ReflectionHelpers.GetActualType(Target);
if (type == null)
{
MelonLogger.Log($"Could not get underlying type for object..? Type: {Target?.GetType().Name}, ToString: {Target?.ToString()}");
MelonLogger.Log($"Could not get underlying type for object! Type: {Target?.GetType().AssemblyQualifiedName}, Value ToString: {Target?.ToString()}");
DestroyWindow();
return;
}