mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make players be again visible from a long distance
This commit is contained in:
parent
08a10b8a6a
commit
e4daa4c065
4 changed files with 39 additions and 17 deletions
|
@ -242,6 +242,11 @@ void ServerRemotePlayer::removingFromEnvironment()
|
|||
m_is_in_environment = false;
|
||||
}
|
||||
|
||||
bool ServerRemotePlayer::unlimitedTransferDistance() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void ServerRemotePlayer::step(float dtime, bool send_recommended)
|
||||
{
|
||||
if(send_recommended == false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue