diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 9d5731e..097e2aa 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -108,8 +108,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
108 | _position = pos; | 108 | _position = pos; |
109 | _acceleration = new PhysicsVector(); | 109 | _acceleration = new PhysicsVector(); |
110 | _parent_scene = parent_scene; | 110 | _parent_scene = parent_scene; |
111 | string etcreturn = Util.ReadEtcIssue(); | 111 | |
112 | if (etcreturn.Contains("Debian") || etcreturn.Contains("Ubuntu")) | 112 | if (System.Environment.OSVersion.Platform == PlatformID.Unix) |
113 | { | 113 | { |
114 | m_foundDebian = true; | 114 | m_foundDebian = true; |
115 | m_tensor = 14000000f; | 115 | m_tensor = 14000000f; |