diff options
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 7602d6b..9dfccca 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3443,8 +3443,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
3443 | Name, Scene.RegionInfo.RegionName); | 3443 | Name, Scene.RegionInfo.RegionName); |
3444 | } | 3444 | } |
3445 | 3445 | ||
3446 | if (Appearance.AvatarHeight == 0) | 3446 | // if (Appearance.AvatarHeight == 0) |
3447 | Appearance.SetHeight(); | 3447 | // Appearance.SetHeight(); |
3448 | 3448 | ||
3449 | PhysicsScene scene = m_scene.PhysicsScene; | 3449 | PhysicsScene scene = m_scene.PhysicsScene; |
3450 | 3450 | ||