car verkaufen richtigen preis anzeigen

This commit is contained in:
hydrant
2020-05-07 23:08:15 +02:00
parent d007c7c7bb
commit df66b0e2a5
3 changed files with 7 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ namespace ReallifeGamemode.Server.Events
{
v.Id,
v.Model,
Price = v.Price ?? 0
Price = (v.Price ?? 0) * 0.6
});
var factionVehicles = dbContext.FactionVehicles.ToList().Where(f => f.GetOwners().Contains(u.FactionId ?? -1)).Select(f => new