diff options
author | Oren Hurvitz | 2014-06-30 18:03:41 +0300 |
---|---|---|
committer | Oren Hurvitz | 2014-07-21 09:11:51 +0100 |
commit | 470161ae2ef67b18fa4432de144a6402a5075814 (patch) | |
tree | 0b1d4dc0b481c609dfbefc04fb1c84fdeb26ae80 /OpenSim/Tools/pCampBot/Bot.cs | |
parent | In "show throttles", show the maximum drip rate. This shows whether a client ... (diff) | |
download | opensim-SC_OLD-470161ae2ef67b18fa4432de144a6402a5075814.zip opensim-SC_OLD-470161ae2ef67b18fa4432de144a6402a5075814.tar.gz opensim-SC_OLD-470161ae2ef67b18fa4432de144a6402a5075814.tar.bz2 opensim-SC_OLD-470161ae2ef67b18fa4432de144a6402a5075814.tar.xz |
Write some pCampBot messages to the log
Diffstat (limited to '')
-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 | ||