diff --git a/ProjectLighthouse/Types/User.cs b/ProjectLighthouse/Types/User.cs index b8c37b65..aa391c1e 100644 --- a/ProjectLighthouse/Types/User.cs +++ b/ProjectLighthouse/Types/User.cs @@ -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");