Const naming

This commit is contained in:
Vortrex
2022-06-26 13:32:25 -05:00
parent 49e0c4afeb
commit ad672a5912

View File

@@ -228,7 +228,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) {
if (getBusinessData(i).ownerType != VRR_BIZ_OWNER_NONE && getBusinessData(i).ownerType != VRR_BIZ_OWNER_PUBLIC && getBusinessData(i).ownerType != VRR_BIZ_OWNER_FACTION) {
getBusinessData(i).till += 1000;
}
}