use blank element for User.Photos

This commit is contained in:
jvyden 2021-10-06 02:30:31 -04:00
commit bb0473e463
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -81,7 +81,7 @@ namespace ProjectLighthouse.Types {
LbpSerializer.StringElement("staffChallengeGoldCount", this.StaffChallengeGoldCount) +
LbpSerializer.StringElement("staffChallengeSilverCount", this.StaffChallengeSilverCount) +
LbpSerializer.StringElement("staffChallengeBronzeCount", this.StaffChallengeBronzeCount) +
LbpSerializer.StringElement("photos", "") +
LbpSerializer.BlankElement("photos") +
this.ClientsConnected.Serialize();
return LbpSerializer.TaggedStringElement("user", user, "type", "user");