diff --git a/P2FK/classes/OBJ.cs b/P2FK/classes/OBJ.cs index aac6721..d3fb47d 100644 --- a/P2FK/classes/OBJ.cs +++ b/P2FK/classes/OBJ.cs @@ -270,7 +270,7 @@ public static OBJState GetObjectByAddress(string objectaddress, string username, break; } - if (givinspector == null) + if (givinspector == null || givinspector.Count < 2) { logstatus = "[\"" + transaction.SignedBy + "\",\"" + objectaddress + "\",\"give\",\"\",\"\",\"failed due to no data\"]"; break;