mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-25 16:43:44 +01:00
added more logging
This commit is contained in:
parent
ddb3c3f7fe
commit
ca2c63bd03
2
init.lua
2
init.lua
@ -67,6 +67,8 @@ function microexpansion.require_module(name)
|
||||
if settings[name] then
|
||||
microexpansion.log("loading module " + name)
|
||||
return microexpansion.load_module(name)
|
||||
else
|
||||
microexpansion.log("not loading module " + name)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user