diff options
author | Sokomine <wegwerf@anarres.dyndns.org> | 2014-01-02 05:52:14 +0100 |
---|---|---|
committer | Sokomine <wegwerf@anarres.dyndns.org> | 2014-01-02 05:52:14 +0100 |
commit | 2edda7a9f998a921770ffe47c4b7f96112af1f46 (patch) | |
tree | 8b0adf92aad4c7d9e20f233dc158bd9f5336afdb /init.lua | |
parent | c503f1b4b12b4de404619c561c43e67671cf76e1 (diff) |
land title register works now; stone and register try to guess which area is right; correced accidental north/south switch in display
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -25,8 +25,7 @@ dofile(minetest.get_modpath("markers").."/areas.lua"); dofile(minetest.get_modpath("markers").."/marker_stone.lua"); --- TODO: dofile land_title_register.lua ---dofile(minetest.get_modpath("markers").."/land_title_register.lua"); +dofile(minetest.get_modpath("markers").."/land_title_register.lua"); -- returns the first area found |