diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index e44498fe..4fceee41 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -247,7 +247,7 @@ namespace ReallifeGamemode.Server.Commands return; } ChatService.SendMessage(target, "Deine Akte wurde von " + player.Name + " gelöscht. Grund:" + reason); - ChatService.BroadcastFaction("~r~HQ: Die Akte von " + user.Name + " wurde von " + player.Name + " gelöscht. Grund: " + reason + ".", new List() { 1, 3 }); + ChatService.BroadcastFaction("~r~HQ: Die Akte von " + target.Name + " wurde von " + player.Name + " gelöscht. Grund: " + reason + ".", new List() { 1, 3 }); targetUser.Wanteds = 0; dbContext.SaveChanges();