Woops forgot var for fee

This commit is contained in:
Vortrex
2022-12-18 15:43:27 -06:00
parent dea5e99ed7
commit c53e42ae70

View File

@@ -367,6 +367,8 @@ function processLabelRendering() {
if (!pickups[i].isOnScreen) { if (!pickups[i].isOnScreen) {
let price = "0"; let price = "0";
let rentPrice = "0"; let rentPrice = "0";
let fee = "0";
let labelInfoType = AGRP_PROPLABEL_INFO_NONE; let labelInfoType = AGRP_PROPLABEL_INFO_NONE;
if (pickups[i].getData("agrp.label.price") != null) { if (pickups[i].getData("agrp.label.price") != null) {
price = pickups[i].getData("agrp.label.price"); price = pickups[i].getData("agrp.label.price");