Exceptions is IsNullOrDestroyed should return true

This commit is contained in:
Sinai 2021-10-12 20:27:32 +11:00
parent 66daabf770
commit d530d10798

View File

@ -51,7 +51,7 @@ namespace UnityExplorer
} }
catch catch
{ {
return false; return true;
} }
} }