Added global store type

This commit is contained in:
Cooldude2606
2019-05-05 13:35:48 +01:00
parent 86daedf4f5
commit 6b14fe9649
5 changed files with 22 additions and 9 deletions

View File

@@ -9,7 +9,8 @@ local interface_modules = {
['Commands']=Commands,
['output']=Common.player_return,
['Group']='expcore.permission_groups',
['Roles']='expcore.roles'
['Roles']='expcore.roles',
['Store']='expcore.store'
}
-- loads all the modules given in the above table