fix Wanted color player

This commit is contained in:
Lukas Moungos
2019-12-15 14:42:27 +01:00
parent c2f5c9e039
commit dcabc6eaf5
2 changed files with 19 additions and 18 deletions

View File

@@ -305,7 +305,7 @@ namespace ReallifeGamemode.Server.Commands
target.SetSharedData("blipColor", 5);
break;
}
target.TriggerEvent("jailTime", 0);
targetUser.Wanteds = 0;
dbContext.SaveChanges();