diff options
author | Teravus Ovares | 2008-01-26 17:38:30 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-26 17:38:30 +0000 |
commit | 254e047dad40fc37e959ff3923c5a71a09838561 (patch) | |
tree | edb7c66b6506ae16e170d52033ce405e48a41258 /OpenSim/Region | |
parent | * Added a try/catch handler around childdataupdates because the enumeration i... (diff) | |
download | opensim-SC_OLD-254e047dad40fc37e959ff3923c5a71a09838561.zip opensim-SC_OLD-254e047dad40fc37e959ff3923c5a71a09838561.tar.gz opensim-SC_OLD-254e047dad40fc37e959ff3923c5a71a09838561.tar.bz2 opensim-SC_OLD-254e047dad40fc37e959ff3923c5a71a09838561.tar.xz |
* Shifted strategy of detecting specific *nix distributions to detecting *nix.
* Let me know if all your avatar are standup.
Diffstat (limited to 'OpenSim/Region')
-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; |