From 0c6e21dec26c23d2d1b1f1574003e70051cb80c6 Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sat, 12 Apr 2025 22:00:46 +0200 Subject: [PATCH] PlayerPanel Follow button (#36466) * Follow button * remove event stuff --- .../Administration/UI/PlayerPanel/PlayerPanel.xaml | 3 ++- .../UI/PlayerPanel/PlayerPanel.xaml.cs | 3 ++- .../Administration/UI/PlayerPanel/PlayerPanelEui.cs | 1 + Content.Server/Administration/PlayerPanelEui.cs | 13 +++++++++++++ .../Administration/PlayerPanelEuiState.cs | 7 +++++-- .../Locale/en-US/administration/ui/player-panel.ftl | 1 + 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/Content.Client/Administration/UI/PlayerPanel/PlayerPanel.xaml b/Content.Client/Administration/UI/PlayerPanel/PlayerPanel.xaml index 8feec273b4..4791dcf6aa 100644 --- a/Content.Client/Administration/UI/PlayerPanel/PlayerPanel.xaml +++ b/Content.Client/Administration/UI/PlayerPanel/PlayerPanel.xaml @@ -19,12 +19,13 @@