diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs index c1ba36b..f46948c 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs | |||
@@ -37,7 +37,7 @@ namespace pCampBot | |||
37 | public abstract class AbstractBehaviour : IBehaviour | 37 | public abstract class AbstractBehaviour : IBehaviour |
38 | { | 38 | { |
39 | /// <summary> | 39 | /// <summary> |
40 | /// Abbreviated name of this behaviour. | 40 | /// Abbreviated name of this behaviour. |
41 | /// </summary> | 41 | /// </summary> |
42 | public string AbbreviatedName { get; protected set; } | 42 | public string AbbreviatedName { get; protected set; } |
43 | 43 | ||
@@ -56,7 +56,7 @@ namespace pCampBot | |||
56 | Bot = bot; | 56 | Bot = bot; |
57 | } | 57 | } |
58 | 58 | ||
59 | public virtual void Close() | 59 | public virtual void Close() |
60 | { | 60 | { |
61 | Interrupt(); | 61 | Interrupt(); |
62 | } | 62 | } |