mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-04-17 23:15:50 -05:00
Root element already is, well, the root element.
This commit is contained in:
parent
974ce2075c
commit
7e0b10c251
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user