mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-04-24 15:38:03 -05:00
Jubility list == null means it's empty
This commit is contained in:
parent
aca5777e03
commit
36c1a30f6e
|
|
@ -370,6 +370,9 @@ namespace ClanServer.Controllers.L44
|
|||
{
|
||||
XElement res = new XElement("target_music_list");
|
||||
|
||||
if (profile.Jubilitys == null)
|
||||
return res;
|
||||
|
||||
foreach (JubeatClanJubility jubility in profile.Jubilitys)
|
||||
{
|
||||
res.Add(new XElement("target_music",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user