Use new doc alias syntax

master
Wuzzy 2016-12-28 17:36:28 +01:00
parent 8d8a063023
commit 2ea3fd4994
1 changed files with 2 additions and 2 deletions

View File

@ -133,6 +133,6 @@ if minetest.get_modpath("default") ~= nil then
end
if minetest.get_modpath("doc") ~= nil and minetest.get_modpath("doc_items") ~= nil then
doc.add_entry_alias("nodes", "easyvend:vendor", "easyvend:vendor_on")
doc.add_entry_alias("nodes", "easyvend:depositor", "easyvend:depositor_on")
doc.add_entry_alias("nodes", "easyvend:vendor", "nodes", "easyvend:vendor_on")
doc.add_entry_alias("nodes", "easyvend:depositor", "nodes", "easyvend:depositor_on")
end