diff --git a/ProjectLighthouse/Types/Serialization/GamePhoto.cs b/ProjectLighthouse/Types/Serialization/GamePhoto.cs index 771fe2a9..c5e66d3a 100644 --- a/ProjectLighthouse/Types/Serialization/GamePhoto.cs +++ b/ProjectLighthouse/Types/Serialization/GamePhoto.cs @@ -100,7 +100,7 @@ public class GamePhoto : ILbpSerializable, INeedsPreparationForSerialization Timestamp = entity.Timestamp * 1000, SmallHash = entity.SmallHash, MediumHash = entity.MediumHash, - LargeHash = entity.MediumHash, + LargeHash = entity.LargeHash, PlanHash = entity.PlanHash, Subjects = entity.PhotoSubjects.ToSerializableList(GamePhotoSubject.CreateFromEntity), };