From b366a41f9071ead0abb039cfab531529ed303d08 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 18:14:17 -0400 Subject: [PATCH] Update default biography text to match LBP's default --- ProjectLighthouse/Database.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Database.cs b/ProjectLighthouse/Database.cs index dc33f549..ce078a7e 100644 --- a/ProjectLighthouse/Database.cs +++ b/ProjectLighthouse/Database.cs @@ -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 = "", };