Seraphs Dominion ItemData error
I am getting an error when I change worlds while having an item with any kind of item data in my inventory on the Seraph's Dominion source. The error says "Object reference not set to an instance of an object". The error is at line 90 of ItemData.cs. Wondering if anyone knows the cause for this?
This is where the error is.
@Kithio
@Travoos
This is where the error is.
Code:
public static ItemData[] CreateData(string js) {
return JsonConvert.DeserializeObject<ItemDataList>(js).datas; <---- This line.
}
@Travoos


