Fixed wanterd save on escape

This commit is contained in:
2021-04-11 12:20:24 +02:00
parent fa9963f200
commit fdcee714ec

View File

@@ -75,8 +75,8 @@ namespace ReallifeGamemode.Server.Wanted
{
ChatService.HQMessage(player.Name + " konnte solange abtauchen, sodass er nicht mehr gesucht wird.");
user.SetBlipAndNametagColor();
dbContext.SaveChanges();
}
dbContext.SaveChanges();
}
if (!isNearCop)