mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
Fix PlanetHash being null on user creation
This commit is contained in:
parent
115c46ead0
commit
4bce25ef08
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ namespace ProjectLighthouse {
|
|||
Username = username,
|
||||
LocationId = l.Id,
|
||||
Biography = "No biography provided",
|
||||
Pins = ""
|
||||
Pins = "",
|
||||
PlanetHash = "",
|
||||
};
|
||||
this.Users.Add(user);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue