projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb30b7
)
Create technic config file if it doesn't exist
author
ShadowNinja
<noreply@gmail.com>
Thu, 3 Oct 2013 20:33:07 +0000
(16:33 -0400)
committer
ShadowNinja
<noreply@gmail.com>
Thu, 3 Oct 2013 20:33:07 +0000
(16:33 -0400)
technic/config.lua
patch
|
blob
|
history
diff --git
a/technic/config.lua
b/technic/config.lua
index 7a966fea216b40d816bf9bba06b5e45fa1612409..bfe32739851fb77d53166fd1cf5fd68b8d483e46 100644
(file)
--- 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()
+