diff options
Merge commit '385c4a210deb63c25f082ab8a3f0c63c7bff8fb5' into bigmerge
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 697a9f8..ef291f7 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3661,6 +3661,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
3661 | /// </summary> | 3661 | /// </summary> |
3662 | public void AddToPhysicalScene(bool isFlying) | 3662 | public void AddToPhysicalScene(bool isFlying) |
3663 | { | 3663 | { |
3664 | // m_log.DebugFormat( | ||
3665 | // "[SCENE PRESENCE]: Adding physics actor for {0}, ifFlying = {1} in {2}", | ||
3666 | // Name, isFlying, Scene.RegionInfo.RegionName); | ||
3667 | |||
3664 | if (m_appearance.AvatarHeight == 0) | 3668 | if (m_appearance.AvatarHeight == 0) |
3665 | m_appearance.SetHeight(); | 3669 | m_appearance.SetHeight(); |
3666 | 3670 | ||