Player tab now shows VV command buttons for player characters. (#5784)

Just a smol QOL change.
This commit is contained in:
Vera Aguilera Puerto
2021-12-14 13:28:35 +01:00
committed by GitHub
parent 1ba3a6547a
commit 2ac6f5171a

View File

@@ -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,