diff --git a/ReallifeGamemode.Server/Report/Report.cs b/ReallifeGamemode.Server/Report/Report.cs index d07ed8c7..cb89fc5f 100644 --- a/ReallifeGamemode.Server/Report/Report.cs +++ b/ReallifeGamemode.Server/Report/Report.cs @@ -124,7 +124,7 @@ namespace ReallifeGamemode.Server.Report { user = PlayerService.GetPlayerByNameOrId(username); - if (text.Equals("quit")) + if (text.Equals("quit") || text.Equals("close")) { ChatService.SendMessage(user, "!{#008fff}[REPORT]!{#FFFFFF} Chat vom Admin beendet"); ChatService.SendMessage(client, "!{#008fff}[REPORT]!{#FFFFFF} Chat beendet");