added more logging

This commit is contained in:
theFox6 2020-06-15 09:39:02 +02:00
parent ddb3c3f7fe
commit ca2c63bd03
No known key found for this signature in database
GPG Key ID: C884FE8D3BCE128A

@ -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