mirror of
https://github.com/Sokomine/markers.git
synced 2025-07-02 15:20:21 +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:
@ -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,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user