fix character IsPhysical

avinationmerge
UbitUmarov 2012-05-19 01:01:46 +01:00
parent a7ece8c688
commit deb87e7890
1 changed files with 1 additions and 1 deletions

View File

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