diff --git a/scripts/server/timers.js b/scripts/server/timers.js index f95aadeb..7aeb9bae 100644 --- a/scripts/server/timers.js +++ b/scripts/server/timers.js @@ -205,7 +205,7 @@ function checkPayDays() { for(let i in getServerData().businesses) { if(getBusinessData(i).ownerType != VRR_BIZOWNER_NONE && getBusinessData(i).ownerType != VRR_BIZOWNER_PUBLIC && getBusinessData(i).ownerType != VRR_BIZOWNER_FACTION) { - getBusinessData(businessId).till += 1000; + getBusinessData(i).till += 1000; } } }