mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Remove very floody log message of MobV2SAO
This commit is contained in:
parent
d39f98aeb0
commit
3daaff3a42
1 changed files with 0 additions and 2 deletions
|
@ -1264,8 +1264,6 @@ void MobV2SAO::step(float dtime, bool send_recommended)
|
|||
m_base_position = pos_f;
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue