Small bug fixes and log cleanups.

This commit is contained in:
Hector Franqui
2017-08-29 14:55:38 -04:00
parent 4ec8ad7f7f
commit 337f8c46b7
3 changed files with 11 additions and 3 deletions

View File

@ -209,7 +209,7 @@ function npc.relationships.get_dialogues_for_gift_item(item_name, dialogue_type,
if phase ~= nil then
tags[5] = phase
end
minetest.log("Searching with tags: "..dump(tags))
npc.log("DEBUG","Searching with tags: "..dump(tags))
return npc.dialogue.search_dialogue_by_tags(tags, true)
end