Make players be again visible from a long distance
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user