From: ShadowNinja Date: Thu, 3 Oct 2013 20:33:07 +0000 (-0400) Subject: Create technic config file if it doesn't exist X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=90208930e533379acbc1636e09f85d5f9b6493ca;p=zefram%2Fminetest%2Ftechnic.git Create technic config file if it doesn't exist --- diff --git a/technic/config.lua b/technic/config.lua index 7a966fe..bfe3273 100644 --- a/technic/config.lua +++ b/technic/config.lua @@ -20,3 +20,6 @@ for k, v in pairs(defaults) do end end +-- Create the config file if it doesn't exist +technic.config:write() +