temp fixes and stability improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user