aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs
diff options
context:
space:
mode:
authorMelanie2011-11-24 00:54:52 +0100
committerMelanie2011-11-24 00:54:52 +0100
commit11dfd7711bd6b053d291cfa10417919ae8d7d877 (patch)
tree1dedbee5d61d6c708852ff87e6d0e7342cbc63ac /OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs
parentMerge branch 'bigmerge' of ssh://3dhosting.de/var/git/careminster into bigmerge (diff)
parentMerge branch 'master' into bigmerge (diff)
downloadopensim-SC-11dfd7711bd6b053d291cfa10417919ae8d7d877.zip
opensim-SC-11dfd7711bd6b053d291cfa10417919ae8d7d877.tar.gz
opensim-SC-11dfd7711bd6b053d291cfa10417919ae8d7d877.tar.bz2
opensim-SC-11dfd7711bd6b053d291cfa10417919ae8d7d877.tar.xz
Merge branch 'bigmerge' of ssh://3dhosting.de/var/git/careminster into bigmerge
Diffstat (limited to 'OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs')
-rw-r--r--OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs
index 3ce08bf..f782bb5 100644
--- a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs
+++ b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs
@@ -42,6 +42,8 @@ namespace pCampBot
42 /// </remarks> 42 /// </remarks>
43 public class PhysicsBehaviour : IBehaviour 43 public class PhysicsBehaviour : IBehaviour
44 { 44 {
45 public string Name { get { return "Physics"; } }
46
45 private string[] talkarray; 47 private string[] talkarray;
46 48
47 public PhysicsBehaviour() 49 public PhysicsBehaviour()