mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Merge branch 'avination' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
This commit is contained in:
@@ -1272,6 +1272,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (!allow)
|
||||
return;
|
||||
|
||||
if (m_host.ParentGroup.RootPart.PhysActor != null &&
|
||||
m_host.ParentGroup.RootPart.PhysActor.IsPhysical)
|
||||
return;
|
||||
|
||||
m_host.ScriptSetPhysicsStatus(true);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user