diff options
author | ShadowNinja <shadowninja@minetest.net> | 2013-12-17 20:01:01 -0500 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2013-12-17 20:01:01 -0500 |
commit | 92db8e1f76dd481262884dd39426a9fbce3eb579 (patch) | |
tree | bb37b12004962d05759a31f94c4c3847d7fed479 | |
parent | dd2962aba6ed221678881e2053df579b5dc108dd (diff) |
Remove config file creation
This made it difficult to change default settings
-rw-r--r-- | technic/config.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/technic/config.lua b/technic/config.lua index db3dfaf..525c79f 100644 --- a/technic/config.lua +++ b/technic/config.lua @@ -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() - |