Rename biz dealership handler function
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user