From a8f5e085df1451197376143e3344bbeffb989c02 Mon Sep 17 00:00:00 2001 From: balbo Date: Thu, 6 Aug 2020 17:51:40 +0200 Subject: [PATCH] dumm --- ReallifeGamemode.Server/Report/Report.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReallifeGamemode.Server/Report/Report.cs b/ReallifeGamemode.Server/Report/Report.cs index 64bd69c5..d2e17181 100644 --- a/ReallifeGamemode.Server/Report/Report.cs +++ b/ReallifeGamemode.Server/Report/Report.cs @@ -166,6 +166,8 @@ namespace ReallifeGamemode.Server.Report return; } + Player admin = PlayerService.GetPlayerByNameOrId(adminname); + ChatService.SendMessage(admin, "!{#008fff}[REPORT]!{#FFFFFF} " + client.Name + ": " + text); ChatService.SendMessage(client, "!{#008fff}[REPORT]!{#FFFFFF} " + client.Name + ": " + text); }