Player tab now shows VV command buttons for player characters. (#5784)
Just a smol QOL change.
This commit is contained in:
committed by
GitHub
parent
1ba3a6547a
commit
2ac6f5171a
@@ -107,8 +107,9 @@ namespace Content.Client.Administration.UI.Tabs
|
|||||||
ClipText = true
|
ClipText = true
|
||||||
},
|
},
|
||||||
new VSeparator(),
|
new VSeparator(),
|
||||||
new Label
|
new CommandButton()
|
||||||
{
|
{
|
||||||
|
Command = $"vv {player.EntityUid}",
|
||||||
Text = player.CharacterName,
|
Text = player.CharacterName,
|
||||||
SizeFlagsStretchRatio = 2f,
|
SizeFlagsStretchRatio = 2f,
|
||||||
HorizontalExpand = true,
|
HorizontalExpand = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user