Update default biography text to match LBP's default

This commit is contained in:
jvyden 2021-10-16 18:14:17 -04:00
parent a0a21e4898
commit b366a41f90
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -27,7 +27,7 @@ namespace ProjectLighthouse {
User user = new() {
Username = username,
LocationId = l.Id,
Biography = "No biography provided",
Biography = username + " hasn't introduced themselves yet.",
Pins = "",
PlanetHash = "",
};