Create technic config file if it doesn't exist

This commit is contained in:
ShadowNinja 2013-10-03 16:33:07 -04:00
parent 3cb30b7a4c
commit 90208930e5
1 changed files with 3 additions and 0 deletions

View 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()