Implement non-bundled mods #125
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ Mods = {
|
||||||
-- Fatshark's code scrubs them.
|
-- Fatshark's code scrubs them.
|
||||||
-- The loader can then decide to pass them on to mods, or ignore them
|
-- The loader can then decide to pass them on to mods, or ignore them
|
||||||
lua = setmetatable({}, { __index = lua_libs }),
|
lua = setmetatable({}, { __index = lua_libs }),
|
||||||
require_store = require_store
|
require_store = require_store,
|
||||||
|
original_require = require,
|
||||||
}
|
}
|
||||||
|
|
||||||
local can_insert = function(filepath, new_result)
|
local can_insert = function(filepath, new_result)
|
||||||
|
|
Loading…
Add table
Reference in a new issue