remove old debug line

This commit is contained in:
cora 2022-07-07 12:47:17 +02:00
parent 98c48dab8c
commit 8fe40fcd26
1 changed files with 0 additions and 1 deletions

View File

@ -1289,7 +1289,6 @@ mcl_mobs:register_mob("mobs_mc:villager", {
return true --do not pick up
end,
on_rightclick = function(self, clicker)
local trg=vector.new(0,9,0)
if self._jobsite then
mcl_mobs:gopath(self,self._jobsite,function()
--minetest.log("arrived at jobsite")