diff options
Added RemoveAvatar() method to physics plugins, should be called on log out (needs doing) and when downgrading a client to a child-avatar (should be working)
Diffstat (limited to 'OpenSim.RegionServer/world/Avatar.cs')
-rw-r--r-- | OpenSim.RegionServer/world/Avatar.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/world/Avatar.cs b/OpenSim.RegionServer/world/Avatar.cs index f8a1a5a..c684c45 100644 --- a/OpenSim.RegionServer/world/Avatar.cs +++ b/OpenSim.RegionServer/world/Avatar.cs | |||
@@ -72,6 +72,10 @@ namespace OpenSim.world | |||
72 | { | 72 | { |
73 | this._physActor = value; | 73 | this._physActor = value; |
74 | } | 74 | } |
75 | get | ||
76 | { | ||
77 | return _physActor; | ||
78 | } | ||
75 | } | 79 | } |
76 | 80 | ||
77 | public override void addForces() | 81 | public override void addForces() |