Reload-X/qb-inventory

duplicated info, error in app.js line 643

Closed this issue · 1 comments

mechboard entered twice, harness not entered at all..

case "harness":
if (itemData.name == "mechboard") {
$(".item-info-title").html("

" + itemData.label + "

");
$(".item-info-description").html(
"

" + itemData.info.vehplate + "

" +
"

" + itemData.info.veh + "

"
)
}
else if (itemData.name == "mechboard") {
$(".item-info-title").html("

" + itemData.label + "

");
$(".item-info-description").html(
"

" + itemData.info.vehplate + "

" +
"

" + itemData.info.veh + "

"
)}

Fixed