diff --git a/ProjectLighthouse.Servers.GameServer/Controllers/Resources/PhotosController.cs b/ProjectLighthouse.Servers.GameServer/Controllers/Resources/PhotosController.cs index e9f18638..9aa60bed 100644 --- a/ProjectLighthouse.Servers.GameServer/Controllers/Resources/PhotosController.cs +++ b/ProjectLighthouse.Servers.GameServer/Controllers/Resources/PhotosController.cs @@ -134,6 +134,7 @@ public class PhotosController : ControllerBase { PhotoId = photoEntity.PhotoId, UserId = subject.UserId, + Bounds = subject.Bounds, }; Logger.Debug($"Adding PhotoSubject (userid {subject.UserId}) to db", LogArea.Photos);