forked from VoxeLibre/VoxeLibre
Comment out excessive logging
This commit is contained in:
parent
b82912f30d
commit
1d18482103
|
@ -89,10 +89,10 @@ function mcl_raids.find_villager(pos)
|
||||||
if object.name ~= "mobs_mc:villager" then
|
if object.name ~= "mobs_mc:villager" then
|
||||||
return
|
return
|
||||||
elseif object.name == "mobs_mc:villager" then
|
elseif object.name == "mobs_mc:villager" then
|
||||||
minetest.log("action", "[mcl_raids] Villager Found.")
|
--minetest.log("action", "[mcl_raids] Villager Found.")
|
||||||
return true
|
return true
|
||||||
else
|
else
|
||||||
minetest.log("action", "[mcl_raids] No Villager Found.")
|
--minetest.log("action", "[mcl_raids] No Villager Found.")
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue