diff --git a/ReallifeGamemode.Server/Wanted/Autowanted.cs b/ReallifeGamemode.Server/Wanted/Autowanted.cs index 420f7cb8..34d06eb3 100644 --- a/ReallifeGamemode.Server/Wanted/Autowanted.cs +++ b/ReallifeGamemode.Server/Wanted/Autowanted.cs @@ -17,6 +17,7 @@ namespace ReallifeGamemode.Server.Wanted return; User cop = copPlayer.GetUser(); + if (!cop.GetData("duty")) return; if (cop.FactionId == 1 || cop.FactionId == 3) { using (var dbContext = new DatabaseContext())