diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot/Bot.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Bot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/Bot.cs b/OpenSim/Tools/pCampBot/Bot.cs index 3c07a7c..c743568 100644 --- a/OpenSim/Tools/pCampBot/Bot.cs +++ b/OpenSim/Tools/pCampBot/Bot.cs | |||
@@ -333,7 +333,7 @@ namespace pCampBot | |||
333 | // client | 333 | // client |
334 | CreateLibOmvClient(); | 334 | CreateLibOmvClient(); |
335 | 335 | ||
336 | if (Client.Network.Login(FirstName, LastName, Password, "pCampBot", StartLocation, "Your name")) | 336 | if (Client.Network.Login(FirstName, LastName, Password, "pCampBot", StartLocation, "pCampBot")) |
337 | { | 337 | { |
338 | ConnectionState = ConnectionState.Connected; | 338 | ConnectionState = ConnectionState.Connected; |
339 | 339 | ||