car verkaufen richtigen preis anzeigen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user