* Shifted strategy of detecting specific *nix distributions to detecting *nix.

* Let me know if all your avatar are standup.
ThreadPoolClientBranch
Teravus Ovares 2008-01-26 17:38:30 +00:00
parent 58106926bb
commit 254e047dad
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ namespace OpenSim.Region.Physics.OdePlugin
_position = pos;
_acceleration = new PhysicsVector();
_parent_scene = parent_scene;
string etcreturn = Util.ReadEtcIssue();
if (etcreturn.Contains("Debian") || etcreturn.Contains("Ubuntu"))
if (System.Environment.OSVersion.Platform == PlatformID.Unix)
{
m_foundDebian = true;
m_tensor = 14000000f;