mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
*Moved the OnSignificantClientMovement event to ScenePresence.
*ParcelManager's resetSimParcels does not set any default values. *Updated ParcelData with correct defaults previously set in resetSimParcels *Region overrides are now sent to viewer instead of dummy'd
This commit is contained in:
@@ -87,8 +87,6 @@ namespace OpenSim.Region.ClientStack
|
||||
|
||||
public event EstateOwnerMessageRequest OnEstateOwnerMessage;
|
||||
|
||||
public event SignificantClientMovement OnSignificantClientMovement;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
@@ -1178,13 +1176,5 @@ namespace OpenSim.Region.ClientStack
|
||||
|
||||
OutPacket( packet );
|
||||
}
|
||||
|
||||
public void TriggerSignificantClientMovement(IClientAPI remote_client)
|
||||
{
|
||||
if (OnSignificantClientMovement != null)
|
||||
{
|
||||
OnSignificantClientMovement(remote_client);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user