diff options
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 | ||