From d82227942d3a9e4c68582224327cab13e6556753 Mon Sep 17 00:00:00 2001 From: DS Date: Fri, 14 Apr 2017 03:13:30 +0200 Subject: Nice settings (#171) * improve style * do something * make settingtypes nicer * fix settingtypes new lines * fix it and so make it work :cat2: --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index ab5cf3c..1766e2d 100644 --- a/init.lua +++ b/init.lua @@ -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" -- cgit v1.2.3