Woops forgot var for fee
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user