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
|
||||
},
|
||||
new VSeparator(),
|
||||
new Label
|
||||
new CommandButton()
|
||||
{
|
||||
Command = $"vv {player.EntityUid}",
|
||||
Text = player.CharacterName,
|
||||
SizeFlagsStretchRatio = 2f,
|
||||
HorizontalExpand = true,
|
||||
|
||||
Reference in New Issue
Block a user