aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/POSPlugin/POSCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/POSPlugin/POSCharacter.cs')
-rw-r--r--OpenSim/Region/Physics/POSPlugin/POSCharacter.cs22
1 files changed, 18 insertions, 4 deletions
diff --git a/OpenSim/Region/Physics/POSPlugin/POSCharacter.cs b/OpenSim/Region/Physics/POSPlugin/POSCharacter.cs
index 0320931..abfc647 100644
--- a/OpenSim/Region/Physics/POSPlugin/POSCharacter.cs
+++ b/OpenSim/Region/Physics/POSPlugin/POSCharacter.cs
@@ -288,11 +288,25 @@ namespace OpenSim.Region.Physics.POSPlugin
288 set { return; } 288 set { return; }
289 } 289 }
290 290
291 public override float PIDHoverHeight { set { return; } } 291 public override float PIDHoverHeight
292 public override bool PIDHoverActive { set { return; } } 292 {
293 public override PIDHoverType PIDHoverType { set { return; } } 293 set { return; }
294 public override float PIDHoverTau { set { return; } } 294 }
295
296 public override bool PIDHoverActive
297 {
298 set { return; }
299 }
295 300
301 public override PIDHoverType PIDHoverType
302 {
303 set { return; }
304 }
305
306 public override float PIDHoverTau
307 {
308 set { return; }
309 }
296 310
297 public override void SubscribeEvents(int ms) 311 public override void SubscribeEvents(int ms)
298 { 312 {