temp fixes and stability improvements

This commit is contained in:
Arneth
2022-01-21 19:15:14 -05:00
parent 07448bc23d
commit 87a0d0fe7a
71 changed files with 1212 additions and 75 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ namespace Prime31
// Token: 0x06000095 RID: 149 RVA: 0x000064D0 File Offset: 0x000046D0
public static T decode<T>(string json)
{
return (T)((object)SimpleJson.decode(json, typeof(T)));
return (T)((object)SimpleJson.decode(json, typeof(T), null));
}
// Token: 0x06000096 RID: 150 RVA: 0x000064FC File Offset: 0x000046FC