summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.lua b/config.lua
index d496f18..f29e46e 100644
--- a/config.lua
+++ b/config.lua
@@ -29,3 +29,8 @@ end
-- for most cases, the default values ought to work
--markers.AREA_RANGE = 100000;
+
+if( io.open(minetest.get_worldpath().."/markers_settings.txt","r")) then
+ io.close()
+ dofile(minetest.get_worldpath().."/markers_settings.txt")
+end