diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot')
-rw-r--r-- | OpenSim/Tools/pCampBot/PhysicsBot.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/PhysicsBot.cs b/OpenSim/Tools/pCampBot/PhysicsBot.cs index 334f699..960be9b 100644 --- a/OpenSim/Tools/pCampBot/PhysicsBot.cs +++ b/OpenSim/Tools/pCampBot/PhysicsBot.cs | |||
@@ -59,7 +59,7 @@ namespace pCampBot | |||
59 | 59 | ||
60 | protected string[] talkarray; | 60 | protected string[] talkarray; |
61 | /// <summary> | 61 | /// <summary> |
62 | /// | 62 | /// |
63 | /// </summary> | 63 | /// </summary> |
64 | /// <param name="bsconfig">nini config for the bot</param> | 64 | /// <param name="bsconfig">nini config for the bot</param> |
65 | public PhysicsBot(IConfig bsconfig) | 65 | public PhysicsBot(IConfig bsconfig) |
@@ -69,7 +69,7 @@ namespace pCampBot | |||
69 | talkarray = readexcuses(); | 69 | talkarray = readexcuses(); |
70 | } | 70 | } |
71 | 71 | ||
72 | //We do our actions here. This is where one would | 72 | //We do our actions here. This is where one would |
73 | //add additional steps and/or things the bot should do | 73 | //add additional steps and/or things the bot should do |
74 | 74 | ||
75 | void m_action_Elapsed(object sender, ElapsedEventArgs e) | 75 | void m_action_Elapsed(object sender, ElapsedEventArgs e) |