diff --git a/packs/BP/scripts/commands/construct.js b/packs/BP/scripts/commands/construct.js index 440fed3..aa3cd9d 100644 --- a/packs/BP/scripts/commands/construct.js +++ b/packs/BP/scripts/commands/construct.js @@ -18,9 +18,10 @@ system.beforeEvents.startup.subscribe((event) => { const command = { name: 'construct:item', description: 'Gives you the Construct item. Use it to open the Construct menu.', - permissionLevel: CommandPermissionLevel.Any + permissionLevel: CommandPermissionLevel.Any, + cheatsRequired: false }; - event.customCommandRegistry.registerCommand(command, givePlayerConstructItem) + event.customCommandRegistry.registerCommand(command, givePlayerConstructItem); }); function givePlayerConstructItem(origin) {