mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 12:28:39 +00:00
use blank element for User.Photos
This commit is contained in:
parent
c3257158da
commit
bb0473e463
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue