fixed blip colors

This commit is contained in:
Lukas Moungos
2019-12-15 14:10:45 +01:00
parent 3bad65f110
commit be65be7285
4 changed files with 39 additions and 19 deletions

View File

@@ -75,7 +75,7 @@ namespace ReallifeGamemode.Server.Managers
case "Trucker":
player.SetSharedData("blipColor", 5);
break;
}
}
dbContext.SaveChanges();
}