From 44abe3e54d8522fe795a59a0b302a0f1f858cbbc Mon Sep 17 00:00:00 2001 From: LankLTE <135308300+LankLTE@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:26:14 -0800 Subject: [PATCH] Follow command and ahelp menu follow (#24142) * Command & ahelp rename * Reviews * remove tpto --- .../UI/Bwoink/BwoinkControl.xaml | 2 +- .../UI/Bwoink/BwoinkControl.xaml.cs | 8 ++-- .../Administration/Commands/FollowCommand.cs | 44 +++++++++++++++++++ .../commands/follow-command.ftl | 2 + .../en-US/administration/ui/actions.ftl | 2 +- 5 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 Content.Server/Administration/Commands/FollowCommand.cs create mode 100644 Resources/Locale/en-US/administration/commands/follow-command.ftl diff --git a/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml b/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml index 28b55f987f..e5269c027a 100644 --- a/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml +++ b/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml @@ -14,7 +14,7 @@