mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
fix character IsPhysical
This commit is contained in:
@@ -239,7 +239,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
|
||||
public override bool IsPhysical
|
||||
{
|
||||
get { return false; }
|
||||
get { return m_isPhysical; }
|
||||
set { return; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user