diff --git a/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs index 4a7237c590..0d4378194f 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs @@ -46,7 +46,10 @@ namespace pCampBot public override void Action() { + Bot.Client.Self.Jump(false); + Bot.Client.Self.Movement.Stop = true; m_interruptEvent.WaitOne(); + Bot.Client.Self.Movement.Stop = false; } public override void Interrupt()