Commit b870d19d authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 95e816c0
......@@ -338,7 +338,7 @@ namespace MDPro3.Net
case "init":
case "create":
case "update":
var roomsOrSingleRoom = JsonConvert.DeserializeObject<dynamic>(info.data.ToString());
var roomsOrSingleRoom = JsonConvert.DeserializeObject<JToken>(info.data.ToString());
if(roomsOrSingleRoom is JArray array)
HandleRooms(array);
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment