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