This commit is contained in:
Lukas Moungos
2019-07-20 14:10:37 +02:00
parent f80c0b7f64
commit 0a3efd8f63

View File

@@ -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<int>() { 1, 3 });
ChatService.BroadcastFaction("~r~HQ: Die Akte von " + target.Name + " wurde von " + player.Name + " gelöscht. Grund: " + reason + ".", new List<int>() { 1, 3 });
targetUser.Wanteds = 0;
dbContext.SaveChanges();