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/NoneBehaviour.cs | |
parent | minor simplification of some unix date functions in Util. No functional change. (diff) | |
download | opensim-SC-9c652079361f496c46640ed67e964ee6164ce06e.zip opensim-SC-9c652079361f496c46640ed67e964ee6164ce06e.tar.gz opensim-SC-9c652079361f496c46640ed67e964ee6164ce06e.tar.bz2 opensim-SC-9c652079361f496c46640ed67e964ee6164ce06e.tar.xz |
Show behaviours of pCampbot bots in "show bots" and "show bot" console commands
Diffstat (limited to 'OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs index 9cf8a54..9a3075c 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/NoneBehaviour.cs | |||
@@ -38,6 +38,10 @@ namespace pCampBot | |||
38 | /// </summary> | 38 | /// </summary> |
39 | public class NoneBehaviour : AbstractBehaviour | 39 | public class NoneBehaviour : AbstractBehaviour |
40 | { | 40 | { |
41 | public NoneBehaviour() { Name = "None"; } | 41 | public NoneBehaviour() |
42 | { | ||
43 | AbbreviatedName = "n"; | ||
44 | Name = "None"; | ||
45 | } | ||
42 | } | 46 | } |
43 | } \ No newline at end of file | 47 | } \ No newline at end of file |