Fix PlanetHash being null on user creation

This commit is contained in:
jvyden 2021-10-14 23:49:22 -04:00
parent 115c46ead0
commit bce6d1e2ef
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -28,7 +28,8 @@ namespace ProjectLighthouse {
Username = username, Username = username,
LocationId = l.Id, LocationId = l.Id,
Biography = "No biography provided", Biography = "No biography provided",
Pins = "" Pins = "",
PlanetHash = "",
}; };
this.Users.Add(user); this.Users.Add(user);