From 91f88b61e9d5b8565dc2f846255ec936e56cbc89 Mon Sep 17 00:00:00 2001 From: Kevin Taylor Date: Sun, 17 May 2020 19:47:19 +0100 Subject: [PATCH] Resolve single @command --- modules/commands/quickbar.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/commands/quickbar.lua b/modules/commands/quickbar.lua index 2a8e1cf8..89974b85 100644 --- a/modules/commands/quickbar.lua +++ b/modules/commands/quickbar.lua @@ -1,7 +1,6 @@ --[[-- Commands Module - Quickbar - Adds a command that allows players to load Quickbar presets - @commands LoadQuickbar - @commands SaveQuickbar + @commands Quickbar ]] local Commands = require 'expcore.commands' --- @dep expcore.commands