diff --git a/ProjectLighthouse/Database.cs b/ProjectLighthouse/Database.cs index a8372e49..dc33f549 100644 --- a/ProjectLighthouse/Database.cs +++ b/ProjectLighthouse/Database.cs @@ -28,7 +28,8 @@ namespace ProjectLighthouse { Username = username, LocationId = l.Id, Biography = "No biography provided", - Pins = "" + Pins = "", + PlanetHash = "", }; this.Users.Add(user);