Merge branch 'nightly' into ragemp

This commit is contained in:
Vortrex
2022-05-31 08:35:59 -05:00
17 changed files with 207 additions and 66 deletions

View File

@@ -732,11 +732,12 @@ function getBusinessInfoCommand(command, params, client) {
break;
case VRR_BIZOWNER_NONE:
submitBugReport(client, `[AUTOMATED REPORT] getBusinessInfoCommand() - Invalid ownerType for business ${businessId}/${getBusinessData(businessId).databaseId}`);
ownerName = "INVALID";
//submitBugReport(client, `[AUTOMATED REPORT] getBusinessInfoCommand() - Invalid ownerType for business ${businessId}/${getBusinessData(businessId).databaseId}`);
ownerName = "None";
break;
default:
submitBugReport(client, `[AUTOMATED REPORT] getBusinessInfoCommand() - Invalid ownerType ${businessData.ownerType} for business ${businessId}/${getBusinessData(businessId).databaseId}`);
ownerName = "None";
break;
}