diff options
author | DS <vorunbekannt75@web.de> | 2017-04-14 03:13:30 +0200 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-04-13 21:13:30 -0400 |
commit | d82227942d3a9e4c68582224327cab13e6556753 (patch) | |
tree | 87751e3ed01c379f2fed1969b2b8eeda0b47b85e /init.lua | |
parent | 3679943620efccf45b330c25b2b7ff7636365104 (diff) |
Nice settings (#171)
* improve style
* do something
* make settingtypes nicer
* fix settingtypes new lines
* fix it and so make it work :cat2:
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ local DEBUG = false pipeworks.worldpath = minetest.get_worldpath() pipeworks.modpath = minetest.get_modpath("pipeworks") -dofile(pipeworks.modpath.."/default_settings.txt") +dofile(pipeworks.modpath.."/default_settings.lua") -- Read the external config file if it exists. local worldsettingspath = pipeworks.worldpath.."/pipeworks_settings.txt" |