eigenen taxi auftrag annehmen fixed

This commit is contained in:
2020-08-06 17:49:24 +02:00
parent 80d4066221
commit 026a1553b8
2 changed files with 5 additions and 1 deletions

View File

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