diff options
author | Sean Dague | 2008-02-26 21:10:57 +0000 |
---|---|---|
committer | Sean Dague | 2008-02-26 21:10:57 +0000 |
commit | 8d31fc2cd03fc08daf0a39b561758aedc7fff51a (patch) | |
tree | 3781030e86f91d9c94381cf85fc5a43b10b63a71 /OpenSim/Tools/pCampBot/PhysicsBot.cs | |
parent | give pCampBot a -h, -help option (diff) | |
download | opensim-SC_OLD-8d31fc2cd03fc08daf0a39b561758aedc7fff51a.zip opensim-SC_OLD-8d31fc2cd03fc08daf0a39b561758aedc7fff51a.tar.gz opensim-SC_OLD-8d31fc2cd03fc08daf0a39b561758aedc7fff51a.tar.bz2 opensim-SC_OLD-8d31fc2cd03fc08daf0a39b561758aedc7fff51a.tar.xz |
require -loginuri on pCampBot
Diffstat (limited to 'OpenSim/Tools/pCampBot/PhysicsBot.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/PhysicsBot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/PhysicsBot.cs b/OpenSim/Tools/pCampBot/PhysicsBot.cs index 48ce062..c3babda 100644 --- a/OpenSim/Tools/pCampBot/PhysicsBot.cs +++ b/OpenSim/Tools/pCampBot/PhysicsBot.cs | |||
@@ -117,7 +117,7 @@ namespace pCampBot | |||
117 | firstname = startupConfig.GetString("firstname", "random"); | 117 | firstname = startupConfig.GetString("firstname", "random"); |
118 | lastname = startupConfig.GetString("lastname", "random"); | 118 | lastname = startupConfig.GetString("lastname", "random"); |
119 | password = startupConfig.GetString("password", "12345"); | 119 | password = startupConfig.GetString("password", "12345"); |
120 | loginURI = startupConfig.GetString("loginuri", "http://10.1.1.5:9000"); | 120 | loginURI = startupConfig.GetString("loginuri"); |
121 | 121 | ||
122 | 122 | ||
123 | 123 | ||