From 115eb9ce3d614e49708b2d63ff69388de690f96b Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 2 May 2021 22:43:34 +0000 Subject: [PATCH] /rc quit und /rc close machen jetzt dasselbe --- ReallifeGamemode.Server/Report/Report.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");