forked from VoxeLibre/VoxeLibre
remove old debug line
This commit is contained in:
parent
98c48dab8c
commit
8fe40fcd26
|
@ -1289,7 +1289,6 @@ mcl_mobs:register_mob("mobs_mc:villager", {
|
||||||
return true --do not pick up
|
return true --do not pick up
|
||||||
end,
|
end,
|
||||||
on_rightclick = function(self, clicker)
|
on_rightclick = function(self, clicker)
|
||||||
local trg=vector.new(0,9,0)
|
|
||||||
if self._jobsite then
|
if self._jobsite then
|
||||||
mcl_mobs:gopath(self,self._jobsite,function()
|
mcl_mobs:gopath(self,self._jobsite,function()
|
||||||
--minetest.log("arrived at jobsite")
|
--minetest.log("arrived at jobsite")
|
||||||
|
|
Loading…
Reference in New Issue