Fix function typo

master
Wuzzy 2016-09-15 02:04:25 +02:00
parent e6fd729f5c
commit 698e185b22
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ easyvend.can_dig = function(pos, player)
if owner == name then
return true
end
local chest_pos = easyvend.get_connected_chest(owner, pos)
local chest_pos = easyvend.find_connected_chest(owner, pos)
local chest, meta_chest
if chest_pos then
chest = minetest.get_node(chest_pos)