Remove config file creation

This made it difficult to change default settings
This commit is contained in:
ShadowNinja 2013-12-17 20:01:01 -05:00
parent dd2962aba6
commit 92db8e1f76
1 changed files with 0 additions and 3 deletions

View File

@ -21,6 +21,3 @@ for k, v in pairs(defaults) do
end
end
-- Create the config file if it doesn't exist
technic.config:write()