Root element already is, well, the root element.

This commit is contained in:
BtbN 2019-06-04 18:49:41 +02:00
parent 974ce2075c
commit 7e0b10c251

View File

@ -56,7 +56,7 @@ namespace ClanServer.Data.L44
private void BuildMusicList()
{
XElement body = doc.Root.Element("music_data").Element("body");
XElement body = doc.Root.Element("body");
var musicData = body.Elements("data");
musicIdList = new List<int>(musicData.Count());