mirror of
https://github.com/Sokomine/markers.git
synced 2025-06-30 22:30:22 +02:00
land title register works now; stone and register try to guess which area is right; correced accidental north/south switch in display
This commit is contained in:
3
init.lua
3
init.lua
@ -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
|
||||
|
Reference in New Issue
Block a user