mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
cleaned up the configure.lua a little bit
This commit is contained in:
parent
9a5a19e7c7
commit
edcfbc2f28
|
@ -76,7 +76,7 @@ function NewConfig(on_configured_callback)
|
|||
local options_table = {}
|
||||
|
||||
if not options_func then
|
||||
print("auto configuration", options_func)
|
||||
print("auto configuration")
|
||||
self:Config(filename)
|
||||
options_func = loadfile(filename)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue