From f1affc2f8fd4736c874725a2dbff5204dc2fa6ee Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 17 Jun 2022 13:08:12 -0500 Subject: [PATCH] Add bizpaintball cmd --- scripts/server/command.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/server/command.js b/scripts/server/command.js index f0badb16..38691e53 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -134,7 +134,8 @@ function loadCommands() { new CommandData("bizdefaultitems", giveDefaultItemsToBusinessCommand, "", getStaffFlagValue("ManageItems"), true, true, "Gives the business the default items based on template name"), new CommandData("bizdelflooritems", deleteBusinessFloorItemsCommand, "", getStaffFlagValue("ManageItems"), true, true, "Destroys all items on the business floor (for-sale items)"), new CommandData("bizdelstorageitems", deleteBusinessStorageItemsCommand, "", getStaffFlagValue("ManageItems"), true, true, "Destroys all items in the business's storage"), - new CommandData("bizdealership", setBusinessEntranceLabelToDealershipCommand, "", getStaffFlagValue("ManageBusinesses"), true, true, "Sets the business's door label to vehicle dealership"), + new CommandData("bizdealership", setBusinessEntranceLabelToDealershipCommand, "", getStaffFlagValue("None"), true, true, "Sets the business's door label to vehicle dealership"), + new CommandData("bizpaintball", setBusinessEntranceLabelToDealershipCommand, "", getStaffFlagValue("None"), true, true, "Sets the business to a paintball arena"), ], chat: [ new CommandData("me", meActionCommand, "", getStaffFlagValue("None"), true, false, "Shows a custom action message in chat"),