mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-25 16:43:44 +01:00
fixed dumb typo
This commit is contained in:
parent
ca2c63bd03
commit
3bd64aff75
4
init.lua
4
init.lua
@ -65,10 +65,10 @@ end
|
|||||||
-- [function] Require module (does not override modules.conf)
|
-- [function] Require module (does not override modules.conf)
|
||||||
function microexpansion.require_module(name)
|
function microexpansion.require_module(name)
|
||||||
if settings[name] then
|
if settings[name] then
|
||||||
microexpansion.log("loading module " + name)
|
microexpansion.log("loading module " .. name)
|
||||||
return microexpansion.load_module(name)
|
return microexpansion.load_module(name)
|
||||||
else
|
else
|
||||||
microexpansion.log("not loading module " + name)
|
microexpansion.log("not loading module " .. name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user