mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-21 16:52:27 +00:00
Fix PlanetHash being null on user creation
This commit is contained in:
parent
115c46ead0
commit
bce6d1e2ef
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue