Rename biz dealership handler function

This commit is contained in:
Vortrex
2022-07-26 00:57:10 -05:00
parent da6d12c8d7
commit 42bb527844
2 changed files with 2 additions and 2 deletions

View File

@@ -1297,7 +1297,7 @@ function giveDefaultItemsToBusinessCommand(command, params, client) {
* @return {bool} Whether or not the command was successful
*
*/
function setBusinessEntranceLabelToDealershipCommand(command, params, client) {
function setBusinessDealershipCommand(command, params, client) {
let businessId = getPlayerBusiness(client);
if (!getBusinessData(businessId)) {