fix character IsPhysical

This commit is contained in:
UbitUmarov
2012-05-19 01:01:46 +01:00
parent a7ece8c688
commit deb87e7890

View File

@@ -239,7 +239,7 @@ namespace OpenSim.Region.Physics.OdePlugin
public override bool IsPhysical
{
get { return false; }
get { return m_isPhysical; }
set { return; }
}