From 54b657ca841f67c1ea38883723d793adbb1849d1 Mon Sep 17 00:00:00 2001 From: Kevin Taylor Date: Sat, 16 May 2020 16:40:10 +0100 Subject: [PATCH] Alter documentation --- modules/commands/quickbar.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/commands/quickbar.lua b/modules/commands/quickbar.lua index db22b6b0..72886cbf 100644 --- a/modules/commands/quickbar.lua +++ b/modules/commands/quickbar.lua @@ -10,9 +10,8 @@ local config = require 'config.preset_player_quickbar' --- @dep config.preset_pl require 'config.expcore.command_general_parse' ---- Changes the amount of bonus you receive --- @command bonus --- @tparam number amount range 0-50 the percent increase for your bonus +--- Loads your quickbar preset +-- @command load-quickbar Commands.new_command('load-quickbar','Loads your preset Quickbar items') :register(function(player) if config.players[player.name] then