Fix not being able to sort by playtime in the F7 players tab (#21004)

This commit is contained in:
DrSmugleaf
2023-10-14 14:56:06 -07:00
committed by GitHub
parent 873e287f26
commit 8801885b35
5 changed files with 27 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ namespace Content.Client.Administration.UI.Bwoink
if (sel.OverallPlaytime != null)
{
Title += $" | {Loc.GetString("generic-playtime-title")}: {sel.PlaytimeString()}";
Title += $" | {Loc.GetString("generic-playtime-title")}: {sel.PlaytimeString}";
}
}
};