Me when rider does not commit my change

This commit is contained in:
Vasilis The Pikachu
2026-02-09 22:20:11 +01:00
parent 8e2c01bb74
commit 752ff799eb

View File

@@ -131,7 +131,7 @@ namespace Content.Server.Preferences.Managers
if (parsed is null) continue;
markingsList.Add(parsed);
markingsList.Add(parsed.Value);
}
if (Marking.ParseFromDbString($"{profile.HairName}@{profile.HairColor}") is { } facialMarking)