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:
dd2962a
)
Remove config file creation
author
ShadowNinja
<shadowninja@minetest.net>
Wed, 18 Dec 2013 01:01:01 +0000
(20:01 -0500)
committer
ShadowNinja
<shadowninja@minetest.net>
Wed, 18 Dec 2013 01:01:01 +0000
(20:01 -0500)
This made it difficult to change default settings
technic/config.lua
patch
|
blob
|
history
diff --git
a/technic/config.lua
b/technic/config.lua
index db3dfafe5bcc83825dee726f47c83454308cbff7..525c79fe3299c475affc42472dcd53b2e46845bb 100644
(file)
--- 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()
-