Fix
This commit is contained in:
@@ -247,7 +247,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ChatService.SendMessage(target, "Deine Akte wurde von " + player.Name + " gelöscht. Grund:" + reason);
|
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;
|
targetUser.Wanteds = 0;
|
||||||
dbContext.SaveChanges();
|
dbContext.SaveChanges();
|
||||||
|
|||||||
Reference in New Issue
Block a user