Fix the admin panel not showing the account name (#3322)

This commit is contained in:
DrSmugleaf
2021-02-19 19:27:06 +01:00
committed by GitHub
parent 19ca611f5f
commit 65d1df4f0f

View File

@@ -85,7 +85,7 @@ namespace Content.Client.UserInterface.AdminMenu.Tabs
{
new Label
{
Text = player,
Text = name,
SizeFlagsStretchRatio = 2f,
SizeFlagsHorizontal = SizeFlags.FillExpand,
ClipText = true