Fix PlanetHash being null on user creation

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

View file

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