Minor debug level change

master
Ciaran Gultnieks 2014-11-04 22:50:39 +00:00
parent 24e89a4029
commit 50c7e295bf
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ people.actions.go = function(state)
local colres = state.ent.object:get_last_collision_result()
if colres.collides_xz then
dbg.v2(state.ent.name.." collided at "..minetest.pos_to_string(state.pos).." : "..dump(colres))
dbg.v3(state.ent.name.." collided at "..minetest.pos_to_string(state.pos).." : "..dump(colres))
-- We've hit something...
if distance < 32 then
local path = minetest.find_path(state.pos, curdest,