Couple of more small changes

This commit is contained in:
MW
2007-12-11 18:29:19 +00:00
parent 77841fe35e
commit 60c96ab687
2 changed files with 20 additions and 9 deletions

View File

@@ -1316,8 +1316,11 @@ namespace OpenSim.Region.Environment.Scenes
if (m_scene.EventManager.TriggerGroupMove(UUID, pos))
{
AbsolutePosition = pos;
ScheduleGroupForTerseUpdate();
}
//we need to do a terse update even if the move wasn't allowed
// so that the position is reset in the client (the object snaps back)
ScheduleGroupForTerseUpdate();
}
/// <summary>