maybe a fix

This commit is contained in:
2019-09-02 21:29:28 +02:00
parent 68b7fd17a8
commit 29d0250db5

View File

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