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
|
new Label
|
||||||
{
|
{
|
||||||
Text = player,
|
Text = name,
|
||||||
SizeFlagsStretchRatio = 2f,
|
SizeFlagsStretchRatio = 2f,
|
||||||
SizeFlagsHorizontal = SizeFlags.FillExpand,
|
SizeFlagsHorizontal = SizeFlags.FillExpand,
|
||||||
ClipText = true
|
ClipText = true
|
||||||
|
|||||||
Reference in New Issue
Block a user