diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs index 4a7237c..0d43781 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs | |||
@@ -46,7 +46,10 @@ namespace pCampBot | |||
46 | 46 | ||
47 | public override void Action() | 47 | public override void Action() |
48 | { | 48 | { |
49 | Bot.Client.Self.Jump(false); | ||
50 | Bot.Client.Self.Movement.Stop = true; | ||
49 | m_interruptEvent.WaitOne(); | 51 | m_interruptEvent.WaitOne(); |
52 | Bot.Client.Self.Movement.Stop = false; | ||
50 | } | 53 | } |
51 | 54 | ||
52 | public override void Interrupt() | 55 | public override void Interrupt() |