mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-04 15:12:28 +00:00
Update default biography text to match LBP's default
This commit is contained in:
parent
a0a21e4898
commit
b366a41f90
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace ProjectLighthouse {
|
||||||
User user = new() {
|
User user = new() {
|
||||||
Username = username,
|
Username = username,
|
||||||
LocationId = l.Id,
|
LocationId = l.Id,
|
||||||
Biography = "No biography provided",
|
Biography = username + " hasn't introduced themselves yet.",
|
||||||
Pins = "",
|
Pins = "",
|
||||||
PlanetHash = "",
|
PlanetHash = "",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue