From ffbc96fb8498032f545b0caee6c6af2a0f024634 Mon Sep 17 00:00:00 2001 From: Kevin Taylor Date: Sat, 16 May 2020 16:44:28 +0100 Subject: [PATCH] Load module under game commands --- config/_file_loader.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/_file_loader.lua b/config/_file_loader.lua index c78f6bde..c6ea3ff9 100644 --- a/config/_file_loader.lua +++ b/config/_file_loader.lua @@ -27,6 +27,7 @@ return { 'modules.commands.find', 'modules.commands.bonus', 'modules.commands.home', + 'modules.commands.quickbar', -- QoL Addons 'modules.addons.station-auto-name', 'modules.addons.greetings', @@ -57,4 +58,4 @@ return { 'config.expcore.command_runtime_disable', -- allows commands to be enabled and disabled during runtime 'config.expcore.permission_groups', -- loads some predefined permission groups 'config.expcore.roles', -- loads some predefined roles -} \ No newline at end of file +}