mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* OnSignificantClientMovement was never being called. So we got no land updates (fixed)
This commit is contained in:
@@ -1484,7 +1484,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
if (Util.GetDistanceTo(AbsolutePosition, posLastSignificantMove) > 0.5)
|
||||
{
|
||||
posLastSignificantMove = AbsolutePosition;
|
||||
|
||||
handler001 = OnSignificantClientMovement;
|
||||
if (handler001 != null)
|
||||
{
|
||||
handler001(m_controllingClient);
|
||||
|
||||
Reference in New Issue
Block a user