mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* Shifted strategy of detecting specific *nix distributions to detecting *nix.
* Let me know if all your avatar are standup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user