[+] New Feature in Wanted System

+ Autowanted System (only cop murder)
  * Fix: rejail after breakout

  * Fix: typo in /wa Command
This commit is contained in:
Lukas Moungos
2019-07-19 20:29:09 +02:00
parent fddc0d3730
commit 80a04a2ee4
4 changed files with 35 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ namespace ReallifeGamemode.Server.Commands
User targetCop = target.GetUser();
if(targetCop.FactionId == 1 || targetCop.FactionId == 2)
{
ChatService.ErrorMessage(player, "Du kannst dieser Person keine Wanteds geben.");
ChatService.ErrorMessage(player, "Du kannst dieser Person keine Wanteds geben");
return;
}
User targetUser = target.GetUser();