mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
parent
4f2303849e
commit
c7aa92aaed
@ -354,6 +354,8 @@ void GenericCAO::initialize(const std::string &data)
|
|||||||
m_is_local_player = true;
|
m_is_local_player = true;
|
||||||
m_is_visible = false;
|
m_is_visible = false;
|
||||||
player->setCAO(this);
|
player->setCAO(this);
|
||||||
|
|
||||||
|
m_prop.show_on_minimap = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user