Load module under game commands

This commit is contained in:
Kevin Taylor
2020-05-16 16:44:28 +01:00
parent 54b657ca84
commit ffbc96fb84

View File

@@ -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
}
}