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

@@ -365,7 +365,7 @@ export default function (globalData: IGlobalData) {
confirmMenu.AddItem(descItem);
var priceItem = new UIMenuItem("Verkaufspreis");
priceItem.SetRightLabel("~g~$ " + moneyFormat(vehicles.find(x => x.Id == id).Price * 0.6));
priceItem.SetRightLabel("~g~$ " + moneyFormat(vehicles.find(x => x.Id == id).Price));
confirmMenu.AddItem(priceItem);
var yesItem = new UIMenuItem("Verkaufen");