cleaned up the configure.lua a little bit

This commit is contained in:
Magnus Auvinen 2010-06-02 11:46:07 +02:00
parent 9a5a19e7c7
commit edcfbc2f28

View file

@ -76,7 +76,7 @@ function NewConfig(on_configured_callback)
local options_table = {} local options_table = {}
if not options_func then if not options_func then
print("auto configuration", options_func) print("auto configuration")
self:Config(filename) self:Config(filename)
options_func = loadfile(filename) options_func = loadfile(filename)
end end