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:
Sokomine
2014-01-02 05:52:14 +01:00
parent c503f1b4b1
commit 2edda7a9f9
4 changed files with 139 additions and 90 deletions

View File

@ -11,10 +11,7 @@ minetest.register_node("markers:stone", {
on_rightclick = function(pos, node, clicker)
minetest.show_formspec( clicker:get_player_name(), "markers:info",
markers.get_area_list_formspec( clicker, 'pos', pos, pos, nil ));
return;
markers.show_marker_stone_formspec( clicker, pos );
end,
})