Create technic config file if it doesn't exist
authorShadowNinja <noreply@gmail.com>
Thu, 3 Oct 2013 20:33:07 +0000 (16:33 -0400)
committerShadowNinja <noreply@gmail.com>
Thu, 3 Oct 2013 20:33:07 +0000 (16:33 -0400)
technic/config.lua

index 7a966fea216b40d816bf9bba06b5e45fa1612409..bfe32739851fb77d53166fd1cf5fd68b8d483e46 100644 (file)
@@ -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()
+