diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/TestSuite/PhysicsBot.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to '')
-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) |