diff options
author | Justin Clark-Casey (justincc) | 2013-09-03 17:07:57 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-03 17:07:57 +0100 |
commit | 9c652079361f496c46640ed67e964ee6164ce06e (patch) | |
tree | 4408162af7fa2e5a2da0ace72101745138ed8789 /OpenSim/Tools/pCampBot/Behaviours/CrossBehaviour.cs | |
parent | minor simplification of some unix date functions in Util. No functional change. (diff) | |
download | opensim-SC_OLD-9c652079361f496c46640ed67e964ee6164ce06e.zip opensim-SC_OLD-9c652079361f496c46640ed67e964ee6164ce06e.tar.gz opensim-SC_OLD-9c652079361f496c46640ed67e964ee6164ce06e.tar.bz2 opensim-SC_OLD-9c652079361f496c46640ed67e964ee6164ce06e.tar.xz |
Show behaviours of pCampbot bots in "show bots" and "show bot" console commands
Diffstat (limited to 'OpenSim/Tools/pCampBot/Behaviours/CrossBehaviour.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/CrossBehaviour.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/CrossBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/CrossBehaviour.cs index 1e01c64..4d806fc 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/CrossBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/CrossBehaviour.cs | |||
@@ -47,7 +47,11 @@ namespace pCampBot | |||
47 | 47 | ||
48 | public const int m_regionCrossingTimeout = 1000 * 60; | 48 | public const int m_regionCrossingTimeout = 1000 * 60; |
49 | 49 | ||
50 | public CrossBehaviour() { Name = "Cross"; } | 50 | public CrossBehaviour() |
51 | { | ||
52 | AbbreviatedName = "c"; | ||
53 | Name = "Cross"; | ||
54 | } | ||
51 | 55 | ||
52 | public override void Action() | 56 | public override void Action() |
53 | { | 57 | { |