From 29d0250db532ad282a812fe845177694ee779ff7 Mon Sep 17 00:00:00 2001 From: Fabian Fabian Date: Mon, 2 Sep 2019 21:29:28 +0200 Subject: [PATCH] maybe a fix --- 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 c85ebdc3..a0a59d3f 100644 --- a/ReallifeGamemode.Server/Report/Report.cs +++ b/ReallifeGamemode.Server/Report/Report.cs @@ -145,7 +145,7 @@ namespace ReallifeGamemode.Server.Report { ReportManage temp = listReports[a]; - ChatService.Broadcast("DEB:" + temp.getUser() + " + " + player.Name); + ChatService.Broadcast("DEB: " + temp.getUser() + " + " + player.Name + " + " + user.Name); if (temp.getUser().Equals(player.Name)) { ChatService.Broadcast("Ticket von " + player.Name + " gelöscht!");