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!");