Add 1k to biz till on paydays

This commit is contained in:
Vortrex
2021-10-06 15:44:07 -05:00
parent a5cf04a315
commit 698fd4b54b

View File

@@ -202,6 +202,12 @@ 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;
}
}
}
// ===========================================================================