Fix check for vanilla opensim. Should not check for border crossing on non-CM actors.
parent
6ec6fe6745
commit
a0a8654c07
|
@ -1733,6 +1733,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
// Run through all ScenePresences looking for updates
|
// Run through all ScenePresences looking for updates
|
||||||
// Presence updates and queued object updates for each presence are sent to clients
|
// Presence updates and queued object updates for each presence are sent to clients
|
||||||
|
if (RegionSyncEnabled)
|
||||||
|
{
|
||||||
if (IsSyncedClient())
|
if (IsSyncedClient())
|
||||||
{
|
{
|
||||||
// If it's a client manager, just send prim updates
|
// If it's a client manager, just send prim updates
|
||||||
|
@ -1754,6 +1756,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (Frame % m_update_presences == 0)
|
if (Frame % m_update_presences == 0)
|
||||||
|
|
Loading…
Reference in New Issue