From f12ca3499f562964282d02084b07854a93d59c51 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 22 Mar 2009 15:33:38 +0000 Subject: core.configmanager: Make components use 'component' module by default if none specified --- core/configmanager.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'core/configmanager.lua') diff --git a/core/configmanager.lua b/core/configmanager.lua index f04c5575..299374ec 100644 --- a/core/configmanager.lua +++ b/core/configmanager.lua @@ -116,12 +116,14 @@ do env.host = env.Host; function env.Component(name) + set(name, "core", "component_module", "component"); + -- Don't load the global modules by default + set(name, "core", "modules_enable", false); + rawset(env, "__currenthost", name); + return function (module) if type(module) == "string" then set(name, "core", "component_module", module); - -- Don't load the global modules by default - set(name, "core", "modules_enable", false); - rawset(env, "__currenthost", name); end end end -- cgit v1.2.3