mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-17 14:55:13 -05:00
Remove very floody log message of MobV2SAO
This commit is contained in:
parent
d39f98aeb0
commit
3daaff3a42
@ -1264,8 +1264,6 @@ void MobV2SAO::step(float dtime, bool send_recommended)
|
|||||||
m_base_position = pos_f;
|
m_base_position = pos_f;
|
||||||
|
|
||||||
if((pos_f - next_pos_f).getLength() < 0.1 || arrived){
|
if((pos_f - next_pos_f).getLength() < 0.1 || arrived){
|
||||||
verbosestream<<"Mob id="<<m_id<<": arrived to "
|
|
||||||
<<PP(m_next_pos_i)<<std::endl;
|
|
||||||
m_next_pos_exists = false;
|
m_next_pos_exists = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user