diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs index 6fd2b7c..98ab931 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs | |||
@@ -82,6 +82,8 @@ namespace pCampBot | |||
82 | { | 82 | { |
83 | if (Bot.ConnectionState == ConnectionState.Connected) | 83 | if (Bot.ConnectionState == ConnectionState.Connected) |
84 | Bot.Client.Self.Jump(false); | 84 | Bot.Client.Self.Jump(false); |
85 | |||
86 | base.Close(); | ||
85 | } | 87 | } |
86 | 88 | ||
87 | private string[] readexcuses() | 89 | private string[] readexcuses() |