1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-10 21:37:43 +00:00

require improvements, remove global Util

This commit is contained in:
kepler155c@gmail.com
2017-09-05 02:09:31 -04:00
parent 2b1d96ab37
commit ae7508e89b
82 changed files with 506 additions and 455 deletions

View File

@@ -2,7 +2,7 @@ print('\nStarting Opus..')
LUA_PATH = '/sys/apis'
_G.Util = dofile('sys/apis/util.lua')
local Util = dofile('sys/apis/util.lua')
_G.debug = function(...) Util.print(...) end
_G.requireInjector = dofile('sys/apis/injector.lua')