Added format_time

This commit is contained in:
Cooldude2606
2019-03-24 16:58:20 +00:00
parent 7c4210f8b4
commit 6f6a1732ce
4 changed files with 114 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ local Common = require 'expcore.common'
-- modules that are loaded into the interface env to be accessed
local interface_modules = {
['Game']='utils.game',
['_C']=Common,
['Commands']=Commands,
['output']=Common.player_return,
['Group']='expcore.permission_groups'