diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs index 0d43781..b832d7e 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs | |||
@@ -38,10 +38,10 @@ namespace pCampBot | |||
38 | /// </summary> | 38 | /// </summary> |
39 | public class NoneBehaviour : AbstractBehaviour | 39 | public class NoneBehaviour : AbstractBehaviour |
40 | { | 40 | { |
41 | public NoneBehaviour() | 41 | public NoneBehaviour() |
42 | { | 42 | { |
43 | AbbreviatedName = "n"; | 43 | AbbreviatedName = "n"; |
44 | Name = "None"; | 44 | Name = "None"; |
45 | } | 45 | } |
46 | 46 | ||
47 | public override void Action() | 47 | public override void Action() |
@@ -52,7 +52,7 @@ namespace pCampBot | |||
52 | Bot.Client.Self.Movement.Stop = false; | 52 | Bot.Client.Self.Movement.Stop = false; |
53 | } | 53 | } |
54 | 54 | ||
55 | public override void Interrupt() | 55 | public override void Interrupt() |
56 | { | 56 | { |
57 | m_interruptEvent.Set(); | 57 | m_interruptEvent.Set(); |
58 | } | 58 | } |