diff options
Diffstat (limited to 'OpenSim/TestSuite/PhysicsBot.cs')
-rw-r--r-- | OpenSim/TestSuite/PhysicsBot.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/TestSuite/PhysicsBot.cs b/OpenSim/TestSuite/PhysicsBot.cs index 3d6b54c..a7bbe80 100644 --- a/OpenSim/TestSuite/PhysicsBot.cs +++ b/OpenSim/TestSuite/PhysicsBot.cs | |||
@@ -54,13 +54,13 @@ namespace OpenSim.TestSuite | |||
54 | 54 | ||
55 | protected Random somthing = new Random(Environment.TickCount);// We do stuff randomly here | 55 | protected Random somthing = new Random(Environment.TickCount);// We do stuff randomly here |
56 | 56 | ||
57 | 57 | ||
58 | //New instance of a SecondLife client | 58 | //New instance of a SecondLife client |
59 | public SecondLife client = new SecondLife(); | 59 | public SecondLife client = new SecondLife(); |
60 | 60 | ||
61 | protected string[] talkarray; | 61 | protected string[] talkarray; |
62 | /// <summary> | 62 | /// <summary> |
63 | /// | 63 | /// |
64 | /// </summary> | 64 | /// </summary> |
65 | /// <param name="bsconfig">nini config for the bot</param> | 65 | /// <param name="bsconfig">nini config for the bot</param> |
66 | public PhysicsBot(IConfig bsconfig) | 66 | public PhysicsBot(IConfig bsconfig) |
@@ -70,7 +70,7 @@ namespace OpenSim.TestSuite | |||
70 | talkarray = readexcuses(); | 70 | talkarray = readexcuses(); |
71 | } | 71 | } |
72 | 72 | ||
73 | //We do our actions here. This is where one would | 73 | //We do our actions here. This is where one would |
74 | //add additional steps and/or things the bot should do | 74 | //add additional steps and/or things the bot should do |
75 | 75 | ||
76 | void m_action_Elapsed(object sender, ElapsedEventArgs e) | 76 | void m_action_Elapsed(object sender, ElapsedEventArgs e) |