Fix the admin panel not showing the account name (#3322)
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Content.Client.UserInterface.AdminMenu.Tabs
|
||||
{
|
||||
new Label
|
||||
{
|
||||
Text = player,
|
||||
Text = name,
|
||||
SizeFlagsStretchRatio = 2f,
|
||||
SizeFlagsHorizontal = SizeFlags.FillExpand,
|
||||
ClipText = true
|
||||
|
||||
Reference in New Issue
Block a user