update to master

This commit is contained in:
kepler155c@gmail.com 2019-11-10 18:52:28 -07:00
parent ee6af86da8
commit cef5b21921
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local function run(file, ...)
end
_G._syslog = function() end
_G.OPUS_BRANCH = 'develop-1.8'
_G.OPUS_BRANCH = 'master'
-- Install require shim
_G.requireInjector = run('sys/modules/opus/injector.lua')