From 376568772e5294e1a2f771fa8781e9edf7e8337d Mon Sep 17 00:00:00 2001 From: Sh1ntra Date: Thu, 14 Nov 2024 14:56:16 +0300 Subject: [PATCH] ds ahelp 2 --- Content.Server/Administration/ServerApi.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/Administration/ServerApi.cs b/Content.Server/Administration/ServerApi.cs index 82712d81cae..2efdca9034e 100644 --- a/Content.Server/Administration/ServerApi.cs +++ b/Content.Server/Administration/ServerApi.cs @@ -81,6 +81,7 @@ void IPostInjectInit.PostInject() // Post RegisterActorHandler(HttpMethod.Post, "/admin/actions/round/start", ActionRoundStart); + RegisterActorHandler(HttpMethod.Post, "/admin/actions/ahelp/send", ActionAhelpSend); RegisterActorHandler(HttpMethod.Post, "/admin/actions/round/end", ActionRoundEnd); RegisterActorHandler(HttpMethod.Post, "/admin/actions/round/restartnow", ActionRoundRestartNow); RegisterActorHandler(HttpMethod.Post, "/admin/actions/kick", ActionKick);