diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 7ed3a4b..49f70c4 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1640,6 +1640,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1640 | ControllingClient.SendAgentTerseUpdate(this); | 1640 | ControllingClient.SendAgentTerseUpdate(this); |
1641 | 1641 | ||
1642 | PhysicsActor actor = PhysicsActor; | 1642 | PhysicsActor actor = PhysicsActor; |
1643 | |||
1644 | // This will be the case if the agent is sitting on the groudn or on an object. | ||
1643 | if (actor == null) | 1645 | if (actor == null) |
1644 | { | 1646 | { |
1645 | SendControlsToScripts(flagsForScripts); | 1647 | SendControlsToScripts(flagsForScripts); |