This commit is contained in:
2020-08-06 17:51:40 +02:00
parent 026a1553b8
commit a8f5e085df

View File

@@ -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);
}